Skip to content

Commit

Permalink
PublisherStepVerifierTest add missing Test annotation (#1726)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scottmitch authored Aug 10, 2021
1 parent 0a52058 commit 9e9f27f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -633,6 +633,7 @@ void thenRun() {
.verify();
}

@Test
void thenRunThrows() {
assertThrows(DeliberateException.class, () -> StepVerifiers.create(from("foo"))
.then(() -> {
Expand Down

0 comments on commit 9e9f27f

Please sign in to comment.