diff --git a/ext/bloom/bloom_test.go b/ext/bloom/bloom_test.go index 1d23771..d07e99b 100644 --- a/ext/bloom/bloom_test.go +++ b/ext/bloom/bloom_test.go @@ -9,6 +9,7 @@ import ( "github.com/ncruces/go-sqlite3" _ "github.com/ncruces/go-sqlite3/embed" "github.com/ncruces/go-sqlite3/ext/bloom" + _ "github.com/ncruces/go-sqlite3/internal/testcfg" ) func TestRegister(t *testing.T) {