Skip to content

Commit

Permalink
Fixed wrong expectation in unit test.
Browse files Browse the repository at this point in the history
Signed-off-by: Juergen Fickel <juergen.fickel@bosch.io>
  • Loading branch information
Juergen Fickel committed Oct 19, 2022
1 parent b329b61 commit 2ee61dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public void newPreparedSpanWithNullOperationNameThrowsNullPointerException() {

assertThatNullPointerException()
.isThrownBy(() -> DittoTracing.newPreparedSpan(Map.of(), null))
.withMessage("The traceOperationName must not be null!")
.withMessage("The operationName must not be null!")
.withNoCause();
}

Expand Down

0 comments on commit 2ee61dd

Please sign in to comment.