Skip to content

Commit

Permalink
Merge pull request #2554 from weiznich/fix_postmerge_test_failures
Browse files Browse the repository at this point in the history
Fix a test-failure caused by semi-conflicting PR's
  • Loading branch information
weiznich committed Nov 4, 2020
2 parents 9d71bc3 + c87787e commit ff8e5b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ fn main() {
users::table
.group_by(users::name)
.select(maybe_grouped(true))
//~^ ERROR ValidGrouping
//~^ ERROR IsContainedInGroupBy
.load::<i32>(&conn);

// aggregated expressions work to
Expand Down

0 comments on commit ff8e5b1

Please sign in to comment.