From ac3275dcb07b90f9e6df8cf66b661eadf2729dc1 Mon Sep 17 00:00:00 2001 From: go-jet Date: Sun, 9 Mar 2025 18:35:34 +0100 Subject: [PATCH] Fix test. --- tests/postgres/alltypes_test.go | 1 + 1 file changed, 1 insertion(+) 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"