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 8a9a806 commit c3fe128Copy full SHA for c3fe128
Tests/GRPCCoreTests/Call/ConditionalInterceptorTests.swift
@@ -48,7 +48,7 @@ struct ConditionalInterceptorTests {
48
[.fooBar, .fooBaz, .barFoo]
49
),
50
(
51
- .allMatching({ methodDescriptor in methodDescriptor.method == "baz" }),
+ .allMatching({ descriptor in descriptor.method == "baz" }),
52
[.fooBaz, .barBaz],
53
[.fooBar, .barFoo]
54
@@ -70,7 +70,7 @@ struct ConditionalInterceptorTests {
70
}
71
72
73
-@available(gRPCSwift 2.0, *)
+@available(gRPCSwift 2.2, *)
74
extension ServiceDescriptor {
75
fileprivate static let foo = Self(fullyQualifiedService: "pkg.foo")
76
fileprivate static let bar = Self(fullyQualifiedService: "pkg.bar")
0 commit comments