Update dependencies (#149)

This commit is contained in:
Adrian Macneil 2020-08-07 18:45:32 -07:00 committed by GitHub
parent 0775179987
commit d1b3334ff7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 17 additions and 8 deletions

View file

@ -244,5 +244,5 @@ func TestSQLitePing(t *testing.T) {
// ping database should fail
err = drv.Ping(u)
require.EqualError(t, err, "unable to open database file")
require.EqualError(t, err, "unable to open database file: is a directory")
}