Fix TestQueryer test

This commit is contained in:
Joshua Hull 2022-08-29 17:46:03 +02:00 committed by mattn
parent c8a114388a
commit d5355d86f9
1 changed files with 1 additions and 1 deletions

View File

@ -1091,7 +1091,7 @@ func TestQueryer(t *testing.T) {
}
n = n + 1
}
if n != 3 {
if n != 4 {
t.Errorf("Expected 3 rows but retrieved %v", n-1)
}
}