Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Apr 10, 2024
1 parent 2c86723 commit 55bc6cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ void event() {
assertThat(spans).hasSize(1);
assertThat(spans.get(0))
.hasInstrumentationScopeInfo(InstrumentationScopeInfo.create("test"))
.hasName("androidApp/buttonClick")
.hasName("androidApp.buttonClick")
.startsAt(epochNanos)
.endsAt(epochNanos)
.hasAttributes(
Expand Down

0 comments on commit 55bc6cb

Please sign in to comment.