Skip to content

Commit

Permalink
wrong ticket number; is #1986
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Oct 19, 2023
1 parent 7f6a892 commit 4896cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Dapper.Tests/ProcedureTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ select 1 as Num
[InlineData("\t")]
[InlineData("\r")]
[InlineData("\n")]
public async Task Issue1975_AutoProc_Whitespace(string space)
public async Task Issue1986_AutoProc_Whitespace(string space)
{
var sql = "select!42".Replace("!", space);
var result = await connection.QuerySingleAsync<int>(sql);
Expand Down

0 comments on commit 4896cf3

Please sign in to comment.