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