Skip to content

Commit d5355d8

Browse files
joshbuddymattn
authored andcommitted
Fix TestQueryer test
1 parent c8a1143 commit d5355d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sqlite3_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1091,7 +1091,7 @@ func TestQueryer(t *testing.T) {
10911091
}
10921092
n = n + 1
10931093
}
1094-
if n != 3 {
1094+
if n != 4 {
10951095
t.Errorf("Expected 3 rows but retrieved %v", n-1)
10961096
}
10971097
}

0 commit comments

Comments
 (0)