Skip to content

Commit d27da3f

Browse files
authored
Fix flaky test.
1 parent a1fae26 commit d27da3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/uuid/uuid_test.go

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import (
77
"github.com/ncruces/go-sqlite3"
88
"github.com/ncruces/go-sqlite3/driver"
99
_ "github.com/ncruces/go-sqlite3/embed"
10+
_ "github.com/ncruces/go-sqlite3/internal/testcfg"
1011
)
1112

1213
func Test_generate(t *testing.T) {

0 commit comments

Comments
 (0)