Skip to content

Commit 71976d7

Browse files
authored
fix wrong github source url in hands-on-exercise (#1373)
1 parent 803496c commit 71976d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hands-on-exercise/1-ignite-cli/8-game-winner.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Add [tests](https://github.com/cosmos/b9-checkers-academy-draft/blob/game-winner
195195
196196
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:
197197
198-
```diff-go [https://github.com/cosmos/b9-checkers-academy-draft/blob/game-winner/x/checkers/keeper/msg_server_play_moveo_test.go#L107]
198+
```diff-go [https://github.com/cosmos/b9-checkers-academy-draft/blob/game-winner/x/checkers/keeper/msg_server_play_move_test.go#L107]
199199
...
200200
require.EqualValues(t, types.StoredGame{
201201
...

0 commit comments

Comments
 (0)