Skip to content

Commit f46bcc5

Browse files
committed
fix: test fatal error message
1 parent 1c0bbbe commit f46bcc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chdb/driver/driver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func TestDb(t *testing.T) {
2323
t.Errorf("get result columns fail, err: %s", err)
2424
}
2525
if len(cols) != 2 {
26-
t.Errorf("select version(), result columns length should be 1")
26+
t.Errorf("select result columns length should be 2")
2727
}
2828
var (
2929
bar int

0 commit comments

Comments
 (0)