fix(test): sql driver import

pull/614/head
Mike Fridman 2023-10-10 09:29:24 -04:00
parent 091166a0b5
commit 3482c2fe08
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ import (
"testing/fstest"
"github.com/pressly/goose/v3/internal/check"
_ "modernc.org/sqlite"
)
func TestNewProvider(t *testing.T) {