Skip to content

Commit

Permalink
Merge branch 'master' into release-4.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stanislas-m authored Jun 7, 2019
2 parents 5966318 + 5a442f5 commit d8d4348
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (

func Test_LoadsConnectionsFromConfig(t *testing.T) {
r := require.New(t)

r.NoError(LoadConfigFile())
if DialectSupported("sqlite3") {
r.Equal(5, len(Connections))
Expand Down

0 comments on commit d8d4348

Please sign in to comment.