Skip to content

Commit

Permalink
fix(test): sql driver import
Browse files Browse the repository at this point in the history
  • Loading branch information
mfridman committed Oct 10, 2023
1 parent 091166a commit 3482c2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/provider/provider_options_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import (
"testing/fstest"

"github.com/pressly/goose/v3/internal/check"
_ "modernc.org/sqlite"
)

func TestNewProvider(t *testing.T) {
Expand Down

0 comments on commit 3482c2f

Please sign in to comment.