Skip to content

Commit 55b1023

Browse files
committed
Removed accidental namespace addition, made test name clearer
1 parent f724638 commit 55b1023

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Dapper.Tests/Providers/PostgresqlTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
using System.Data;
33
using System.Data.Common;
44
using System.Linq;
5-
using Microsoft.VisualBasic;
65
using Xunit;
76

87
namespace Dapper.Tests
@@ -79,7 +78,7 @@ public void TestPostgresqlChar()
7978
}
8079

8180
[FactPostgresql]
82-
public void TestPostgresqlArray()
81+
public void TestPostgresqlSelectArray()
8382
{
8483
using (var conn = GetOpenNpgsqlConnection())
8584
{

0 commit comments

Comments
 (0)