Skip to content

Commit

Permalink
test: removed non-thrown declared Exception from method signature (#2910
Browse files Browse the repository at this point in the history
)
  • Loading branch information
agusaar authored Apr 16, 2024
1 parent 794e115 commit 2a48d05
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public File getProfileDir() throws URISyntaxException {
}

@Test
void findProfile_whenValidProfileArg_returnsValidProfile() throws URISyntaxException, IOException {
void findProfile_whenValidProfileArg_returnsValidProfile() throws URISyntaxException {
assertThat(ProfileUtil.findProfile("simple", getProfileDir()))
.isNotNull()
.hasFieldOrPropertyWithValue("name", "simple")
Expand Down

0 comments on commit 2a48d05

Please sign in to comment.