Skip to content

Commit 9385535

Browse files
committed
Avoid constant from deprecated PostgreSQLContainer
1 parent 44edfed commit 9385535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/jdbc/TestingIcebergJdbcServer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
import java.sql.Statement;
2525

2626
import static java.lang.String.format;
27-
import static org.testcontainers.containers.PostgreSQLContainer.POSTGRESQL_PORT;
27+
import static org.testcontainers.postgresql.PostgreSQLContainer.POSTGRESQL_PORT;
2828

2929
public class TestingIcebergJdbcServer
3030
implements Closeable

0 commit comments

Comments
 (0)