Skip to content

Commit

Permalink
clear test state between runs
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Aug 29, 2023
1 parent 1afa909 commit ad0bc33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ class SentryBreadcrumbTrackerTests: XCTestCase {

override func setUp() {
super.setUp()

delegate = SentryBreadcrumbTestDelegate()
}

override func tearDown() {
super.tearDown()
delegate = nil
clearTestState()
}

#if os(iOS) || os(tvOS) || targetEnvironment(macCatalyst)
Expand Down

0 comments on commit ad0bc33

Please sign in to comment.