Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
Adrian Cole committed Dec 13, 2023
1 parent cfceb8b commit 9dbc7ee
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@
import static org.assertj.core.api.Assertions.assertThatThrownBy;
import static zipkin2.TestObjects.CLIENT_SPAN;

@TestInstance(TestInstance.Lifecycle.PER_CLASS) @Timeout(60) public class ITActiveMQSender {
@TestInstance(TestInstance.Lifecycle.PER_CLASS)
@Timeout(60)
public class ITActiveMQSender {
@RegisterExtension ActiveMQExtension activemq = new ActiveMQExtension();

@Test void checkPasses() {
Expand Down

0 comments on commit 9dbc7ee

Please sign in to comment.