Skip to content

Commit

Permalink
test: Disable NSDataTracker in clearTestState (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphofmann authored Nov 22, 2022
1 parent 58ec104 commit 45a5fea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Tests/SentryTests/ClearTestState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ func clearTestState() {
SentryDependencyContainer.reset()
Dynamic(SentryGlobalEventProcessor.shared()).removeAllProcessors()
SentrySwizzleWrapper.sharedInstance.removeAllCallbacks()

SentryNSDataTracker.sharedInstance.disable()
}

0 comments on commit 45a5fea

Please sign in to comment.