mirror of https://github.com/status-im/migrate.git
update test
This commit is contained in:
parent
3a33b59c7b
commit
765597def2
|
@ -5,7 +5,7 @@ import (
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestNew(t *testing.T) {
|
func TestNew(t *testing.T) {
|
||||||
if _, err := New("unknown://host/database"); err == nil {
|
if _, err := New("unknown://url"); err == nil {
|
||||||
t.Error("no error although driver unknown")
|
t.Error("no error although driver unknown")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue