Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
romtsn committed Feb 6, 2025
1 parent d3437bb commit c42eb57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ class ActivityLifecycleIntegrationTest {
// Don't set app start time, so there's no app start span
// setAppStartTime(appStartDate)

sut.register(fixture.hub, fixture.options)
sut.register(fixture.scopes, fixture.options)
assertTrue(sut.activitySpanHelpers.isEmpty())

sut.onActivityPreCreated(activity, null)
Expand Down

0 comments on commit c42eb57

Please sign in to comment.