diff options
| author | Stefan Majewsky <majewsky@gmx.net> | 2026-04-24 15:46:24 +0200 |
|---|---|---|
| committer | Stefan Majewsky <majewsky@gmx.net> | 2026-04-24 16:10:09 +0200 |
| commit | e45a8be0dcfc375963a061d83e04429995053da1 (patch) | |
| tree | 55a5f39180be3d289ccbd1f406022d3a72c13034 /benchmark/benchmark_test.go | |
| parent | 027641ef9efec9ed5dfc463d9c2f38c32716d9b5 (diff) | |
| download | go-oblast-e45a8be0dcfc375963a061d83e04429995053da1.tar.gz | |
exclude testhelpers from coverage testing
Diffstat (limited to 'benchmark/benchmark_test.go')
| -rw-r--r-- | benchmark/benchmark_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmark/benchmark_test.go b/benchmark/benchmark_test.go index d18c0cb..7cf94b7 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/oblast" - "go.xyrillian.de/oblast/internal/assert" - "go.xyrillian.de/oblast/internal/must" + "go.xyrillian.de/oblast/internal/testhelpers/assert" + "go.xyrillian.de/oblast/internal/testhelpers/must" "gorm.io/driver/sqlite" "gorm.io/gorm" ) |
