Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
tahadostifam committed Aug 30, 2024
1 parent 96ccb48 commit 8587ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/service/message_service_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func (s *MessageTestSuite) TestA_SendTextMessage() {
}

for _, tc := range testCases {
messageGetter, varror := s.service.SendTextMessage(ctx, tc.chatID, tc.userID, "", tc.messageContent)
messageGetter, varror := s.service.SendTextMessage(ctx, tc.chatID, tc.userID, tc.messageContent)
if !tc.Valid {
if tc.Error != nil {
require.Equal(s.T(), tc.Error, varror.Error)
Expand Down

0 comments on commit 8587ea3

Please sign in to comment.