Skip to content

Commit ed2ad18

Browse files
committed
5.6 test fix
1 parent d9c6666 commit ed2ad18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/TracingTests/TracerTimeTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ final class TracerTimeTests: XCTestCase {
4747
XCTAssertEqual(span.startTimestampNanosSinceEpoch, 13)
4848
#else
4949
let span: TestSpan = tracer.startAnySpan("start", clock: mockClock) as! TestSpan
50-
XCTAssertEqual(span.startTime, 13)
50+
XCTAssertEqual(span.startTimestampNanosSinceEpoch, 13)
5151
#endif
5252
}
5353
}

0 commit comments

Comments
 (0)