Skip to content

Commit eb6fc21

Browse files
committed
xctest
1 parent 4e27a18 commit eb6fc21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tests/TracingTests/TracerTests+XCTest.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ extension TracerTests {
3232
("testWithSpan_throws", testWithSpan_throws),
3333
("testWithSpan_automaticBaggagePropagation_sync", testWithSpan_automaticBaggagePropagation_sync),
3434
("testWithSpan_automaticBaggagePropagation_sync_throws", testWithSpan_automaticBaggagePropagation_sync_throws),
35+
("testWithSpan_operation_withoutSpanPassed", testWithSpan_operation_withoutSpanPassed),
3536
("testWithSpan_automaticBaggagePropagation_async", testWithSpan_automaticBaggagePropagation_async),
3637
("testWithSpan_enterFromNonAsyncCode_passBaggage_asyncOperation", testWithSpan_enterFromNonAsyncCode_passBaggage_asyncOperation),
3738
("testWithSpan_automaticBaggagePropagation_async_throws", testWithSpan_automaticBaggagePropagation_async_throws),

0 commit comments

Comments
 (0)