Skip to content

Commit

Permalink
Feat: added test
Browse files Browse the repository at this point in the history
  • Loading branch information
00USER1X committed Mar 15, 2024
1 parent 1f08815 commit f27211b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ void testInvalidSize() {
assertThrows(Sneaker.InvalidSizeException.class, () -> sneaker.validateSize());
}



@Test
void testLimitedEditionTrue() {
Sneaker sneaker = new Sneaker("Nike", "Air Jordan", 9.0, Sneaker.SneakerType.BASKETBALL, true);
Expand Down

0 comments on commit f27211b

Please sign in to comment.