mirror of
https://github.com/TECHNOFAB11/dbmate.git
synced 2026-02-02 09:25:07 +01:00
Update dependencies (#149)
This commit is contained in:
parent
0775179987
commit
d1b3334ff7
4 changed files with 17 additions and 8 deletions
|
|
@ -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")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue