Skip to content

Commit

Permalink
Update instrumentation/opentelemetry-extension-annotations-1.0/javaag…
Browse files Browse the repository at this point in the history
…ent/src/test/java/io/opentelemetry/test/annotation/WithSpanInstrumentationTest.java

Co-authored-by: Mateusz Rzeszutek <[email protected]>
  • Loading branch information
sfriberg and Mateusz Rzeszutek authored Mar 7, 2023
1 parent 15d64ac commit 17fbddf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ void multipleSpans() throws Exception {
assertThat(span)
.hasName("TracedWithSpan.server")
.hasKind(SpanKind.SERVER)
.hasParentSpanId(SpanId.getInvalid())
.hasNoParent()
.hasAttributesSatisfying(
attributes ->
assertThat(attributes)
Expand Down

0 comments on commit 17fbddf

Please sign in to comment.