Skip to content

Commit

Permalink
Fix DisplayName annotation in UncheckedSQLExceptionTest
Browse files Browse the repository at this point in the history
The display name should be "UncheckedSQLException"
  • Loading branch information
sleberknight committed Aug 4, 2024
1 parent 7b5fc45 commit 56ac40d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import java.sql.SQLException;

@DisplayName("RuntimeSQLException")
@DisplayName("UncheckedSQLException")
class UncheckedSQLExceptionTest {

@Test
Expand Down

0 comments on commit 56ac40d

Please sign in to comment.