Skip to content

Commit

Permalink
Fix Cosmos test.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajcvickers committed Jul 26, 2022
1 parent 70ecc3a commit 11230ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public override async Task Discriminator_with_cast_in_shadow_property(bool async
await base.Discriminator_with_cast_in_shadow_property(async);

AssertSql(
@"SELECT VALUE {""Predator"" : c[""EagleId""]}
@"SELECT VALUE {""Predator"" : c[""Name""]}
FROM root c
WHERE (c[""Discriminator""] IN (""Eagle"", ""Kiwi"") AND (""Kiwi"" = c[""Discriminator""]))");
}
Expand Down

0 comments on commit 11230ef

Please sign in to comment.