Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
eddumelendez committed Apr 20, 2023
1 parent ef69650 commit 99a3cfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@

package smoketest.activemq;

import java.time.Duration;

import org.awaitility.Awaitility;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
Expand All @@ -29,8 +31,6 @@
import org.springframework.boot.testcontainers.service.connection.ServiceConnection;
import org.springframework.boot.testsupport.testcontainers.ActiveMQContainer;

import java.time.Duration;

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

/**
Expand Down

0 comments on commit 99a3cfe

Please sign in to comment.