Skip to content

Commit 9a09f07

Browse files
committed
fix
1 parent fadc88b commit 9a09f07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/EFCore.Jet.FunctionalTests/Query/AdHocMiscellaneousQueryJetTest.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,15 +195,15 @@ public virtual async Task Select_nested_projection()
195195
""",
196196
//
197197
"""
198-
@id='2'
198+
@id='1'
199199
200200
SELECT TOP 2 `c`.`Id`, `c`.`Name`
201201
FROM `Customers` AS `c`
202202
WHERE `c`.`Id` = @id
203203
""",
204204
//
205205
"""
206-
@id='3'
206+
@id='2'
207207
208208
SELECT TOP 2 `c`.`Id`, `c`.`Name`
209209
FROM `Customers` AS `c`
@@ -923,7 +923,7 @@ ORDER BY `p`.`Id`
923923
""",
924924
//
925925
"""
926-
@p0='3'
926+
@p0='2'
927927
928928
DELETE FROM `Products`
929929
WHERE `Id` = @p0;

0 commit comments

Comments
 (0)