We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e842ee commit 31895dcCopy full SHA for 31895dc
jkube-kit/profile/src/test/java/org/eclipse/jkube/kit/profile/ProfileUtilTest.java
@@ -57,7 +57,7 @@ public File getProfileDir() throws URISyntaxException {
57
}
58
59
@Test
60
- void findProfile_whenValidProfileArg_returnsValidProfile() throws URISyntaxException, IOException {
+ void findProfile_whenValidProfileArg_returnsValidProfile() throws URISyntaxException {
61
assertThat(ProfileUtil.findProfile("simple", getProfileDir()))
62
.isNotNull()
63
.hasFieldOrPropertyWithValue("name", "simple")
0 commit comments