mirror of https://github.com/pressly/goose.git
fix(test): sql driver import
parent
091166a0b5
commit
3482c2fe08
|
@ -8,6 +8,7 @@ import (
|
|||
"testing/fstest"
|
||||
|
||||
"github.com/pressly/goose/v3/internal/check"
|
||||
_ "modernc.org/sqlite"
|
||||
)
|
||||
|
||||
func TestNewProvider(t *testing.T) {
|
||||
|
|
Loading…
Reference in New Issue