Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Aug 12, 2024
1 parent b0d4fa1 commit 4f58bf5
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 4f58bf5

Please sign in to comment.