Fix another test issue
This commit is contained in:
@@ -55,7 +55,7 @@ func TestGetScheduledMessageWithMock(t *testing.T) {
|
|||||||
mockStore := mock.NewMockScheduledMessageStore()
|
mockStore := mock.NewMockScheduledMessageStore()
|
||||||
|
|
||||||
testUserId := uuid.New()
|
testUserId := uuid.New()
|
||||||
testBody := testCreateScheduledMessageRequest(testUserId, now)
|
testBody := createScheduledMessageRequest(testUserId, now)
|
||||||
|
|
||||||
ctx := t.Context()
|
ctx := t.Context()
|
||||||
schMsg := scheduling.ScheduledMessage{}
|
schMsg := scheduling.ScheduledMessage{}
|
||||||
|
|||||||
Reference in New Issue
Block a user