Skip to content

Commit

Permalink
Declares exception to be caught #1088
Browse files Browse the repository at this point in the history
  • Loading branch information
baudoliver7 committed Nov 14, 2021
1 parent 09b0531 commit 9519206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/org/takes/rs/xe/XeWhenTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ void buildsXmlResponseFromPositiveCondition() throws IOException {
* @throws IOException If some problem inside
*/
@Test
void buildsXmlResponseFromNegativeCondition() throws IOException {
void buildsXmlResponseFromNegativeCondition() throws Exception {
MatcherAssert.assertThat(
IOUtils.toString(
new RsXembly(
Expand Down

0 comments on commit 9519206

Please sign in to comment.