Skip to content

Commit

Permalink
Increased tests efficacy
Browse files Browse the repository at this point in the history
  • Loading branch information
fulminazzo committed Apr 17, 2024
1 parent a27bcdc commit 28425fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
class GUIImplTest {

@ParameterizedTest
@ValueSource(ints = {-1, 180})
@ValueSource(ints = {-1, 180, 17})
void testInvalidSize(int size) {
assertThrowsExactly(IllegalArgumentException.class, () -> GUI.newGUI(size));
}
Expand Down

0 comments on commit 28425fc

Please sign in to comment.