Skip to content

Commit 4b73ee5

Browse files
author
Tomasz Forys
committed
[Bug]: SolaceContainer misses permissions when using non-default VPN #10370
- spotlessApply changes
1 parent ca55d4e commit 4b73ee5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

modules/solace/src/test/java/org/testcontainers/solace/SolaceContainerAMQPTest.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
import org.slf4j.Logger;
77
import org.slf4j.LoggerFactory;
88

9+
import java.util.concurrent.CountDownLatch;
10+
import java.util.concurrent.TimeUnit;
11+
912
import javax.jms.Connection;
1013
import javax.jms.ConnectionFactory;
1114
import javax.jms.JMSException;
@@ -14,8 +17,6 @@
1417
import javax.jms.Session;
1518
import javax.jms.TextMessage;
1619
import javax.jms.Topic;
17-
import java.util.concurrent.CountDownLatch;
18-
import java.util.concurrent.TimeUnit;
1920

2021
import static org.assertj.core.api.Assertions.assertThat;
2122

0 commit comments

Comments
 (0)