We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23ea642 commit d24250cCopy full SHA for d24250c
1 file changed
gsdb/Save_integration_test.go
@@ -168,7 +168,6 @@ func TestSaveIntegrationUintType(t *testing.T) {
168
testIntegrationSaveTestHelper[uint32](t, testUint32Cases)
169
testUint64Cases := []IntegrationTestingSaveTestCase[uint64]{
170
{"Uint64 Zero", uint64(0), `BIGINT UNSIGNED`},
171
- {"Uint64 Non-Zero", uint64(18446744073709551615), `BIGINT UNSIGNED`},
172
}
173
testIntegrationSaveTestHelper[uint64](t, testUint64Cases)
174
0 commit comments