Skip to content

Conversation

@ajcvickers
Copy link
Contributor

#26088 for Gears query tests.

@ajcvickers ajcvickers requested a review from a team December 21, 2021 21:08
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
Contributor 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 force-pushed the GrindingTheGears1221 branch from c1837da to 13e93d4 Compare January 4, 2022 09:42
@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.

3 participants