Fix tests. #129
Annotations
3 errors
Functional Tests:
test/EFCore.MySql.FunctionalTests/BulkUpdates/FiltersInheritanceBulkUpdatesMySqlTest.cs#L100
Assert.Equal() Failure
↓ (pos 65)
Expected: ···CountryId` = 1) AND `a`.`Id` IN (\n SELECT (\n SELECT···
Actual: ···CountryId` = 1) AND EXISTS (\n SELECT 1\n FROM `Animals` ···
↑ (pos 65)
|
Functional Tests:
test/EFCore.MySql.FunctionalTests/BulkUpdates/FiltersInheritanceBulkUpdatesMySqlTest.cs#L100
Assert.Equal() Failure
↓ (pos 65)
Expected: ···CountryId` = 1) AND `a`.`Id` IN (\n SELECT (\n SELECT···
Actual: ···CountryId` = 1) AND EXISTS (\n SELECT 1\n FROM `Animals` ···
↑ (pos 65)
|
Functional Tests
Process completed with exit code 1.
|
Loading