Skip to content

Commit

Permalink
Update SentryUIViewControllerPerformanceTrackerTests.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
brustolin committed Oct 16, 2024
1 parent 69d88a2 commit d03c4f9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ class SentryUIViewControllerPerformanceTrackerTests: XCTestCase {
XCTAssertEqual(tracer.transactionContext.nameSource, .component)
XCTAssertEqual(tracer.transactionContext.origin, origin)
XCTAssertFalse(tracer.isFinished)
XCTAssertTrue(tracer.finishMustBeCalled)

sut.viewControllerViewDidLoad(viewController) {
if let blockSpan = self.getStack(tracker).last {
Expand Down

0 comments on commit d03c4f9

Please sign in to comment.