Skip to content

Commit

Permalink
Remove unused SQLException import from MySqlJdbi3ApplicationErrorDaoTest
Browse files Browse the repository at this point in the history
  • Loading branch information
sleberknight committed Feb 18, 2024
1 parent 41d1efb commit 1a40e65
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.testcontainers.containers.MySQLContainer;
import org.testcontainers.junit.jupiter.Container;
import org.testcontainers.junit.jupiter.Testcontainers;
import java.sql.SQLException;

@DisplayName("Jdbi3ApplicationErrorDao (MySQL)")
@Testcontainers
Expand Down

0 comments on commit 1a40e65

Please sign in to comment.