Skip to content

Commit 32d9308

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent fc116d4 commit 32d9308

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)