Skip to content

Commit

Permalink
Fixes failing test to use correct SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
svengeance committed Jan 15, 2020
1 parent 2001511 commit 842e3ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7499,7 +7499,7 @@ public override async Task SequenceEqual_is_translated_with_byte_array(bool isAs
{
await base.SequenceEqual_is_translated_with_byte_array(isAsync);

AssertSql(@"DECLARE @__byteArrayParam_0 varbinary(5) = 0x0405060708;
AssertSql(@"@__byteArrayParam_0='0x0405060708' (Size = 5)
SELECT [s].[Id], [s].[Banner], [s].[Banner5], [s].[InternalNumber], [s].[Name]
FROM [Squads] AS [s]
Expand Down

0 comments on commit 842e3ef

Please sign in to comment.