Skip to content

Commit

Permalink
fix wrong github source url in hands-on-exercise (#1373)
Browse files Browse the repository at this point in the history
  • Loading branch information
Abirdcfly authored May 17, 2023
1 parent 803496c commit 71976d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hands-on-exercise/1-ignite-cli/8-game-winner.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ Add [tests](https://github.com/cosmos/b9-checkers-academy-draft/blob/game-winner
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:
```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]
...
require.EqualValues(t, types.StoredGame{
...
Expand Down

0 comments on commit 71976d7

Please sign in to comment.