1
0
mirror of https://github.com/gogf/gf.git synced 2025-04-05 03:05:05 +08:00

fix issue in package ghash

This commit is contained in:
John Guo 2022-01-15 20:17:40 +08:00
parent 6468d55a81
commit 58290ec9ea

View File

@ -24,7 +24,7 @@ func Test_BKDR(t *testing.T) {
t.Assert(j, x)
})
gtest.C(t, func(t *gtest.T) {
x := 4214762819217104013
x := uint64(4214762819217104013)
j := ghash.BKDR64(strBasic)
t.Assert(j, x)
})