Skip to content

Commit

Permalink
log actual result
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Aug 25, 2023
1 parent 58f4e23 commit 75829d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class SentryBreadcrumbTrackerTests: XCTestCase {
let crumbs = delegate.addCrumbInvocations.invocations

// one breadcrumb for starting the tracker, and a second one for the swizzled viewDidAppear
guard crumbs.count == 2 else {
XCTFail("Expected exactly 2 breadcrumbs")
guard crumbs.count == 3 else {
XCTFail("Expected exactly 2 breadcrumbs, got: \(crumbs)")
return
}

Expand Down

0 comments on commit 75829d1

Please sign in to comment.