Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
steven.darby committed Apr 23, 2021
1 parent afc0946 commit 827bc27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1336,7 +1336,7 @@ public override async Task Substring_with_one_arg_with_Index_of(bool async)
@"SELECT SUBSTRING([c].[ContactName], CASE
WHEN N'a' = N'' THEN 0
ELSE CAST(CHARINDEX(N'a', [c].[ContactName]) AS int) - 1
END + 1, 3)
END + 1, LEN([c].[ContactName]))
FROM [Customers] AS [c]
WHERE [c].[CustomerID] = N'ALFKI'");
}
Expand Down

0 comments on commit 827bc27

Please sign in to comment.