update test

This commit is contained in:
mattes 2014-08-13 14:34:40 +02:00
parent 3a33b59c7b
commit 765597def2
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
)
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")
}
}