Skip to content

Commit bd6a96f

Browse files
committed
Fix import that does not compile
1 parent 3c93fa0 commit bd6a96f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vertx-pg-client/src/test/java/io/vertx/pgclient/PgConnectionTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import io.vertx.ext.unit.TestContext;
2222
import io.vertx.sqlclient.ClosedConnectionException;
2323
import io.vertx.sqlclient.Row;
24+
import io.vertx.sqlclient.RowSet;
2425
import io.vertx.sqlclient.Tuple;
2526
import org.junit.Test;
2627

0 commit comments

Comments
 (0)