Skip to content

Commit 74c0884

Browse files
Copilotrenemadsen
andcommitted
Fix Projection_skip_take_collection_projection parameter naming @p0@p1
Co-authored-by: renemadsen <76994+renemadsen@users.noreply.github.com>
1 parent 06793af commit 74c0884

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/EFCore.MySql.FunctionalTests/Query/NorthwindMiscellaneousQueryMySqlTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ await AssertQuery(
166166
FROM `Orders` AS `o`
167167
WHERE `o`.`OrderID` < 10300
168168
ORDER BY `o`.`OrderID`
169-
LIMIT @p0 OFFSET @p
169+
LIMIT @p1 OFFSET @p
170170
) AS `o1`
171171
LEFT JOIN `Order Details` AS `o0` ON `o1`.`OrderID` = `o0`.`OrderID`
172172
ORDER BY `o1`.`OrderID`, `o0`.`ProductID`

0 commit comments

Comments
 (0)