Skip to content

Commit ec19442

Browse files
codeapologistNickCraver
authored andcommitted
Corrected class name from PostcresqlTests to PostgresqlTests (#1144)
1 parent 48f6754 commit ec19442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dapper.Tests/Providers/PostgresqlTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace Dapper.Tests
77
{
8-
public class PostcresqlTests : TestBase
8+
public class PostgresqlTests : TestBase
99
{
1010
private static Npgsql.NpgsqlConnection GetOpenNpgsqlConnection()
1111
{
@@ -80,4 +80,4 @@ static FactPostgresqlAttribute()
8080
}
8181
}
8282
}
83-
}
83+
}

0 commit comments

Comments
 (0)