Skip to content

Commit

Permalink
Remove redundant suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
beatngu13 committed Jan 14, 2022
1 parent 0f402c3 commit 7ce7a92
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

class WizardTest {

@SuppressWarnings("unchecked")
@Test
void exception_in_get_target_shouldnt_crash_execution() {
var cut = new Wizard(null, null, Zoom.ACTUAL_SIZE);
Expand Down

0 comments on commit 7ce7a92

Please sign in to comment.