Skip to content

Commit 31895dc

Browse files
committed
Exception that was never thrown is removed
1 parent 3e842ee commit 31895dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jkube-kit/profile/src/test/java/org/eclipse/jkube/kit/profile/ProfileUtilTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public File getProfileDir() throws URISyntaxException {
5757
}
5858

5959
@Test
60-
void findProfile_whenValidProfileArg_returnsValidProfile() throws URISyntaxException, IOException {
60+
void findProfile_whenValidProfileArg_returnsValidProfile() throws URISyntaxException {
6161
assertThat(ProfileUtil.findProfile("simple", getProfileDir()))
6262
.isNotNull()
6363
.hasFieldOrPropertyWithValue("name", "simple")

0 commit comments

Comments
 (0)