We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5a5361 commit 7fbd11bCopy full SHA for 7fbd11b
error_test.go
@@ -15,7 +15,7 @@ import (
15
16
func TestSimpleError(t *testing.T) {
17
e := ErrError.Error()
18
- if e != "SQL logic error or missing database" {
+ if e != "SQL logic error or missing database" && e != "SQL error or missing database" {
19
t.Error("wrong error code:" + e)
20
}
21
0 commit comments