Skip to content

Commit

Permalink
remove redundant null-checker (and avoid ImpossibleNullComparison)
Browse files Browse the repository at this point in the history
  • Loading branch information
jinseopkim0 committed Dec 5, 2024
1 parent 8adfe3b commit d0c35e9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ void should_inject_child_context() {
assertThat(producerSpan.kind()).isEqualTo(PRODUCER);
assertChildOf(producerSpan, parent);
assertThat(instrumentedMessage.getAttributesMap())
.isNotNull()
.containsEntry("b3", producerSpan.traceId() + "-" + producerSpan.id() + "-1");
}

Expand Down

0 comments on commit d0c35e9

Please sign in to comment.