Skip to content

Commit 1035bf1

Browse files
committed
fix another test
1 parent 3227850 commit 1035bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1560,7 +1560,7 @@ public override async Task Where_concat_string_int_comparison3(bool isAsync)
15601560
15611561
SELECT `c`.`CustomerID`
15621562
FROM `Customers` AS `c`
1563-
WHERE (((({AssertSqlHelper.Parameter("@__p_0")} & '') & `c`.`CustomerID`) & {AssertSqlHelper.Parameter("(@__j_1")} & '')) & (42 & '')) = `c`.`CompanyName`
1563+
WHERE (((({AssertSqlHelper.Parameter("@__p_0")} & '') & `c`.`CustomerID`) & ({AssertSqlHelper.Parameter("@__j_1")} & '')) & (42 & '')) = `c`.`CompanyName`
15641564
""");
15651565
}
15661566

0 commit comments

Comments
 (0)