Skip to content

Commit ee8dcb1

Browse files
update conditional interceptor tests
1 parent d8d7068 commit ee8dcb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GRPCCoreTests/Call/ConditionalInterceptorTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ struct ConditionalInterceptorTests {
4848
[.fooBar, .fooBaz, .barFoo]
4949
),
5050
(
51-
.allMatching({ descriptor in descriptor.method == "baz" }),
51+
.allMatching { descriptor in descriptor.method == "baz" },
5252
[.fooBaz, .barBaz],
5353
[.fooBar, .barFoo]
5454
),

0 commit comments

Comments
 (0)