Test changes
This commit is contained in:
@@ -36,9 +36,9 @@ func TestRecordMessageEventResponseWithMock(t *testing.T) {
|
||||
scheduledMessageId := uuid.New()
|
||||
testUserId := uuid.New()
|
||||
|
||||
con := TestContact(contactId, testUserId)
|
||||
msg := TestMessage(messageId, testUserId)
|
||||
schMsg := TestScheduledMessage(scheduledMessageId, testUserId, now)
|
||||
con := ContactTest(contactId, testUserId)
|
||||
msg := MessageTest(messageId, testUserId)
|
||||
schMsg := ScheduledMessageTest(scheduledMessageId, testUserId, now)
|
||||
event := scheduling.ScheduledMessageEvent{}
|
||||
|
||||
ctx := t.Context()
|
||||
@@ -104,9 +104,9 @@ func TestGetMessageEventResponse(t *testing.T) {
|
||||
scheduledMessageId := uuid.New()
|
||||
testUserId := uuid.New()
|
||||
|
||||
con := TestContact(contactId, testUserId)
|
||||
msg := TestMessage(messageId, testUserId)
|
||||
schMsg := TestScheduledMessage(scheduledMessageId, testUserId, now)
|
||||
con := ContactTest(contactId, testUserId)
|
||||
msg := MessageTest(messageId, testUserId)
|
||||
schMsg := ScheduledMessageTest(scheduledMessageId, testUserId, now)
|
||||
event := scheduling.ScheduledMessageEvent{}
|
||||
|
||||
ctx := t.Context()
|
||||
|
||||
Reference in New Issue
Block a user