Skip to content

Commit d9caaba

Browse files
committed
Update test
1 parent 6384523 commit d9caaba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/EFCore.Jet.FunctionalTests/Query/Translations/MiscellaneousTranslationsJetTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ public override async Task Convert_ToBoolean()
9090
"""
9191
SELECT `b`.`Id`, `b`.`Bool`, `b`.`Byte`, `b`.`ByteArray`, `b`.`DateOnly`, `b`.`DateTime`, `b`.`DateTimeOffset`, `b`.`Decimal`, `b`.`Double`, `b`.`Enum`, `b`.`FlagsEnum`, `b`.`Float`, `b`.`Guid`, `b`.`Int`, `b`.`Long`, `b`.`Short`, `b`.`String`, `b`.`TimeOnly`, `b`.`TimeSpan`
9292
FROM `BasicTypesEntities` AS `b`
93-
WHERE CBOOL(`b`.`Bool` * -1)
93+
WHERE CBOOL(`b`.`Bool`)
9494
""",
9595
//
9696
"""

0 commit comments

Comments
 (0)