diff options
Diffstat (limited to 'benchmark')
| -rw-r--r-- | benchmark/benchmark_test.go | 2 | ||||
| -rw-r--r-- | benchmark/postgres_test.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/benchmark_test.go b/benchmark/benchmark_test.go index f779b08..a1e1450 100644 --- a/benchmark/benchmark_test.go +++ b/benchmark/benchmark_test.go @@ -14,8 +14,8 @@ import ( "github.com/go-gorp/gorp/v3" _ "github.com/mattn/go-sqlite3" + "go.xyrillian.de/gg/assert" "go.xyrillian.de/oblast" - "go.xyrillian.de/oblast/internal/testhelpers/assert" "go.xyrillian.de/oblast/internal/testhelpers/must" "gorm.io/driver/sqlite" "gorm.io/gorm" 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" ) |
