Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit c95ad00

Browse files
authored
Merge pull request #648 from ajnavarro/fix/test-error-on-merge
Fix test error after two PR merges.
2 parents 201bcd6 + 214684b commit c95ad00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1762,7 +1762,7 @@ func TestIndexes(t *testing.T) {
17621762
{
17631763
"SELECT count(i) AS mytable_i, SUBSTR(s, -3) AS mytable_s FROM mytable WHERE i > 0 AND mytable_s='row' GROUP BY mytable_s",
17641764
[]sql.Row{
1765-
{int32(3), "row"},
1765+
{int64(3), "row"},
17661766
},
17671767
},
17681768
{

0 commit comments

Comments
 (0)