Skip to content

Commit

Permalink
games_test.go: fix TestSetGameScore
Browse files Browse the repository at this point in the history
  • Loading branch information
DjMike238 committed Jun 9, 2021
1 parent 319f2e5 commit 6464c43
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion games_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ func TestSetGameScore(t *testing.T) {
chatID,
545,
NewMessageID(chatID, gameMsgTmp.ID),
nil,
&GameScoreOptions{
Force: true,
},
)

if err != nil {
Expand Down

0 comments on commit 6464c43

Please sign in to comment.