hands to int64

This commit is contained in:
Bel LaPointe
2021-03-17 13:36:58 -05:00
parent cc4a19a47c
commit 117250f5c1
4 changed files with 23 additions and 23 deletions

View File

@@ -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)
}
})