We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44edfed commit 9385535Copy full SHA for 9385535
plugin/trino-iceberg/src/test/java/io/trino/plugin/iceberg/catalog/jdbc/TestingIcebergJdbcServer.java
@@ -24,7 +24,7 @@
24
import java.sql.Statement;
25
26
import static java.lang.String.format;
27
-import static org.testcontainers.containers.PostgreSQLContainer.POSTGRESQL_PORT;
+import static org.testcontainers.postgresql.PostgreSQLContainer.POSTGRESQL_PORT;
28
29
public class TestingIcebergJdbcServer
30
implements Closeable
0 commit comments