We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c6666 commit ed2ad18Copy full SHA for ed2ad18
Tests/TracingTests/TracerTimeTests.swift
@@ -47,7 +47,7 @@ final class TracerTimeTests: XCTestCase {
47
XCTAssertEqual(span.startTimestampNanosSinceEpoch, 13)
48
#else
49
let span: TestSpan = tracer.startAnySpan("start", clock: mockClock) as! TestSpan
50
- XCTAssertEqual(span.startTime, 13)
+ XCTAssertEqual(span.startTimestampNanosSinceEpoch, 13)
51
#endif
52
}
53
0 commit comments