Skip to content

Commit e2a9c67

Browse files
fixing ups.
1 parent f1bf6d5 commit e2a9c67

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

postgresql-plugin/src/test/java/io/cdap/plugin/postgres/PostgresFailedConnectionTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ public void test() throws ClassNotFoundException, IOException {
3131
new PostgresConnectorConfig("localhost", 5432, "username", "password", "jdbc", ""));
3232

3333
super.test(JDBC_DRIVER_CLASS_NAME, connector, "Failed to create connection to database via connection string: " +
34-
"jdbc:postgresql://localhost:5432/null and arguments: " +
35-
"{user=username}. Error: ConnectException: Connection refused " +
36-
"(Connection refused).");
34+
"jdbc:postgresql://localhost:5432/null and arguments: " +
35+
"{user=username}. Error: ConnectException: Connection refused " +
36+
"(Connection refused).");
3737
}
3838
}

0 commit comments

Comments
 (0)