We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803496c commit 71976d7Copy full SHA for 71976d7
hands-on-exercise/1-ignite-cli/8-game-winner.md
@@ -195,7 +195,7 @@ Add [tests](https://github.com/cosmos/b9-checkers-academy-draft/blob/game-winner
195
196
You also need to update your existing tests so that they pass with a new `Winner` value. Most of your tests need to add this line:
197
198
-```diff-go [https://github.com/cosmos/b9-checkers-academy-draft/blob/game-winner/x/checkers/keeper/msg_server_play_moveo_test.go#L107]
+```diff-go [https://github.com/cosmos/b9-checkers-academy-draft/blob/game-winner/x/checkers/keeper/msg_server_play_move_test.go#L107]
199
...
200
require.EqualValues(t, types.StoredGame{
201
0 commit comments