|
@@ -18,6 +18,7 @@ import XCTest
|
|
|
|
|
|
|
|
@testable import GRPCCore
|
|
@testable import GRPCCore
|
|
|
|
|
|
|
|
|
|
+@available(macOS 10.15, iOS 13, tvOS 13, watchOS 6, *)
|
|
|
final class ResultCatchingTests: XCTestCase {
|
|
final class ResultCatchingTests: XCTestCase {
|
|
|
func testResultCatching() async {
|
|
func testResultCatching() async {
|
|
|
let result = await Result {
|
|
let result = await Result {
|