Skip to content

Commit

Permalink
remove settings tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
mgravell committed Oct 9, 2024
1 parent da781c4 commit 3f7c0b4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Dapper.Tests/SingleRowTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,6 @@ public abstract class SingleRowTests<TProvider>(ITestOutputHelper log) : TestBas
[Fact]
public async Task QueryFirst_PerformanceAndCorrectness()
{
Settings.SetDefaults();

using var conn = GetOpenConnection();
conn.Execute("create table #mydata(id int not null, name nvarchar(250) not null)");

Expand Down

0 comments on commit 3f7c0b4

Please sign in to comment.