Skip to content

Commit

Permalink
Update ImageNameTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Devashishbasu committed Jan 24, 2024
1 parent b28639c commit ccfb414
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,6 @@ void testIllegalFormat() {
}
@Test
void shouldThrowExceptionOnTooLongImageName() {
assertThrows(IllegalArgumentException.class, () -> new ImageName(""));

// New test for too long repository name
String tooLongName = generateTooLongImageName();
assertThatIllegalArgumentException()
Expand Down

0 comments on commit ccfb414

Please sign in to comment.