diff --git a/tests/postgres/alltypes_test.go b/tests/postgres/alltypes_test.go index 9c4d878..c2c6a5c 100644 --- a/tests/postgres/alltypes_test.go +++ b/tests/postgres/alltypes_test.go @@ -5,6 +5,7 @@ import ( "fmt" "github.com/go-jet/jet/v2/internal/utils/ptr" "github.com/stretchr/testify/assert" + "math" "github.com/go-jet/jet/v2/qrm" "testing"