2
0

Rename test

This commit is contained in:
Jack Christensen
2019-04-05 11:27:04 -05:00
parent ed7d91dc98
commit c745509c59
+1 -1
View File
@@ -239,7 +239,7 @@ func TestConnectWithAfterConnectTargetSessionAttrsReadWrite(t *testing.T) {
}
}
func TestConnPrepareFailure(t *testing.T) {
func TestConnPrepareSyntaxError(t *testing.T) {
t.Parallel()
pgConn, err := pgconn.Connect(context.Background(), os.Getenv("PGX_TEST_DATABASE"))