aboutsummaryrefslogtreecommitdiff
path: root/benchmark/postgres_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/postgres_test.go')
-rw-r--r--benchmark/postgres_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/postgres_test.go b/benchmark/postgres_test.go
index 8f1b7e8..778671b 100644
--- a/benchmark/postgres_test.go
+++ b/benchmark/postgres_test.go
@@ -15,9 +15,9 @@ import (
"github.com/jackc/pgx/v5"
_ "github.com/lib/pq"
+ "go.xyrillian.de/gg/assert"
"go.xyrillian.de/oblast"
"go.xyrillian.de/oblast/benchmark/internal/oblast_pgx"
- "go.xyrillian.de/oblast/internal/testhelpers/assert"
"go.xyrillian.de/oblast/internal/testhelpers/must"
)