Skip to content

Commit 78a9bdc

Browse files
committed
Merge branch 'angela/groupby' of https://github.com/dolthub/go-mysql-server into angela/groupby
2 parents 0845c07 + 32d9308 commit 78a9bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/enginetests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,7 @@ func TestOrderByGroupBy(t *testing.T, harness Harness) {
865865
}
866866
}
867867
require.Equal(t, rowCount, 3)
868-
868+
869869
AssertErr(t, e, harness, "select id, team from members group by team order by id", nil, analyzererrors.ErrValidationGroupBy)
870870
})
871871
}

0 commit comments

Comments
 (0)