Skip to content

Commit

Permalink
Remove catchMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
berejant committed Nov 14, 2023
1 parent c9a817f commit 61e50ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions TestRealtimeImport.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,8 @@ func TestRealtimeImport(t *testing.T, userId int, expectDisciplineId int, expect
mocha.Post(expect.URLPath("/sendMessage")).
Body(expectMarkdownV2, expectChatId(userId)).
Reply(getSendMessageSuccessResponse()).
// Repeat(1).
PostAction(catchMessage).
PostAction(DumpRequest),
Repeat(1).
PostAction(catchMessage),
)
scoreMessageId := sendMessageLastId
defer expectNewScoreMessageScope.Clean()
Expand Down

0 comments on commit 61e50ec

Please sign in to comment.