Commit ec194429 authored by Andrew Sumido's avatar Andrew Sumido Committed by Nick Craver

Corrected class name from PostcresqlTests to PostgresqlTests (#1144)

parent 48f6754a
......@@ -5,7 +5,7 @@
namespace Dapper.Tests
{
public class PostcresqlTests : TestBase
public class PostgresqlTests : TestBase
{
private static Npgsql.NpgsqlConnection GetOpenNpgsqlConnection()
{
......@@ -80,4 +80,4 @@ static FactPostgresqlAttribute()
}
}
}
}
\ No newline at end of file
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment