hands to int64
This commit is contained in:
@@ -498,7 +498,7 @@ func testHand(t *testing.T, name string, foo Int, public []entity.Card, private
|
||||
},
|
||||
}
|
||||
got := foo(game, nil)
|
||||
if got != uint64(want) {
|
||||
if got != int64(want) {
|
||||
t.Fatal(want, got)
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user