Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ralmsdeveloper committed Jan 4, 2020
1 parent d4e1e51 commit de9acd3
Showing 1 changed file with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,16 +243,6 @@ LIMIT @__p_0
) AS ""t""");
}

public override async Task Select_expression_other_to_string(bool async)
{
await base.Select_expression_other_to_string(async);

AssertSql(
@"SELECT CAST(""o"".""OrderDate"" AS TEXT) AS ""ShipName""
FROM ""Orders"" AS ""o""
WHERE ""o"".""OrderDate"" IS NOT NULL");
}

public override async Task Select_expression_long_to_string(bool async)
{
await base.Select_expression_long_to_string(async);
Expand Down

0 comments on commit de9acd3

Please sign in to comment.