Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
armcknight committed Nov 4, 2022
1 parent e237f35 commit d5b2da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/SentryTests/Profiling/SentryProfilerSwiftTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ private extension SentryProfilerSwiftTests {
}
XCTAssertNotNil(transaction["trace_id"])
XCTAssertNotNil(transaction["relative_start_ns"])
XCTAssertNotNil(transaction["relative_end_ns"])
XCTAssertFalse((transaction["relative_end_ns"] as! NSString).isEqual(to: "0"))
XCTAssertNotNil(transaction["active_thread_id"])
}

Expand Down

0 comments on commit d5b2da4

Please sign in to comment.