Compare commits
No commits in common. "95347bb4362e2018bc9c14f4e85a7d12de4ca640" and "cd137e4b1a1cb4856250cabe23f08900cf921f44" have entirely different histories.
95347bb436
...
cd137e4b1a
@ -7,7 +7,7 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
func TestMove(t *testing.T) {
|
func TestMove(t *testing.T) {
|
||||||
if _, err := characters.Move("Nils", 0, 3); err != nil {
|
if _, err := characters.Move("Nils", 0, 1); err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user