fix(test): sql driver import

This commit is contained in:
Mike Fridman 2023-10-10 09:29:24 -04:00
parent 091166a0b5
commit 3482c2fe08
No known key found for this signature in database

View File

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