Skip to content

Commit

Permalink
Fix TestQueryer test
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Aug 29, 2022
1 parent 15d5547 commit 72623c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sqlite3_test.go
Expand Up @@ -1128,7 +1128,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)
}
}
Expand Down

0 comments on commit 72623c7

Please sign in to comment.