Skip to content

Commit

Permalink
Update assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
beatngu13 committed Mar 26, 2024
1 parent a43b3ce commit f5c5e9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void failsOnTestThrowingUnexpectedException() {
.hasSingleStartedTest()
.whichFailed()
.withExceptionInstanceOf(AssertionFailedError.class)
.hasMessage("Test marked as 'expected to fail' failed with an unexpected exception")
.hasMessage("Test marked as temporarily 'expected to fail' failed with an unexpected exception")
.hasCauseInstanceOf(AssertionFailedError.class);
}

Expand Down

0 comments on commit f5c5e9e

Please sign in to comment.