Fix flaky test.

This commit is contained in:
Nuno Cruces
2024-07-05 00:49:22 +01:00
committed by GitHub
parent a1fae26b66
commit d27da3f390

View File

@@ -7,6 +7,7 @@ import (
"github.com/ncruces/go-sqlite3"
"github.com/ncruces/go-sqlite3/driver"
_ "github.com/ncruces/go-sqlite3/embed"
_ "github.com/ncruces/go-sqlite3/internal/testcfg"
)
func Test_generate(t *testing.T) {