Skip to content

Commit

Permalink
tests: add dryRun argument for FakeTracker
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Jan 11, 2024
1 parent cb4b376 commit 39570aa
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ internal class EngagementManagerTest {
class FakeTracker : ParselyTracker(
"",
0,
ApplicationProvider.getApplicationContext()
ApplicationProvider.getApplicationContext(),
false,
) {
val events = mutableListOf<Event>()

Expand Down

0 comments on commit 39570aa

Please sign in to comment.