Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Grinding the gears of war #27055

Merged
merged 2 commits into from
Jan 4, 2022
Merged

Grinding the gears of war #27055

merged 2 commits into from
Jan 4, 2022

Conversation

ajcvickers
Copy link
Member

#26088 for Gears query tests.

@ajcvickers ajcvickers requested a review from a team December 21, 2021 21:08
async,
ss => ss.Set<Gear>().Include(g => g.Weapons).Where(g => g.Nickname == "Marcus"),
elementAsserter: (e, a) => AssertInclude(e, a, expectedIncludes));
}
elementAsserter: (e, a) => AssertInclude(e, a, new IExpectedInclude[]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: AssertInclue expected include is params so we can drop the array definition for cases with only one ExpectedInclude

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@maumar
Copy link
Contributor

maumar commented Jan 3, 2022

:shipit:

@ajcvickers ajcvickers merged commit 5f84910 into main Jan 4, 2022
@ajcvickers ajcvickers deleted the GrindingTheGears1221 branch January 4, 2022 10:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants