Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Jan 31, 2024
1 parent 860ca49 commit 22f188f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class StateManagerTest {
tracker.screenContext = true
tracker.sessionContext = false
tracker.platformContextEnabled = false
tracker.lifecycleAutotracking = false
tracker.base64Encoded = false
tracker.logLevel = LogLevel.VERBOSE
}
Expand Down Expand Up @@ -294,6 +295,7 @@ class StateManagerTest {
tracker.base64Encoded = false
tracker.sessionContext = false
tracker.platformContextEnabled = false
tracker.lifecycleAutotracking = false
}
val tracker = Tracker(emitter, "namespace", "appId", context = context, builder = trackerBuilder)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ class TrackerTest {
tracker.geoLocationContext = false
tracker.installAutotracking = false
tracker.screenViewAutotracking = false
tracker.lifecycleAutotracking = false
}
Companion.tracker =
Tracker(emitter!!, namespace, "testTrackWithNoContext", context = context, builder = trackerBuilder)
Expand Down

0 comments on commit 22f188f

Please sign in to comment.