Skip to content

Commit

Permalink
tyop
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Nov 20, 2023
1 parent f8b4031 commit 62f65e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Dapper.AOT.Test/NpgsqlParseTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public void Consecutive_semicolons()
Assert.Equal(3, results.Count);
Assert.Equal("", results[0].FinalCommandText);
Assert.Equal("", results[1].FinalCommandText);
Assert.Equal("SELECT 1", results[0].FinalCommandText);
Assert.Equal("SELECT 1", results[2].FinalCommandText);

// what actually happens (passes)
// Assert.Equal("SELECT 1", Assert.Single(results).FinalCommandText);
Expand Down

0 comments on commit 62f65e8

Please sign in to comment.