File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -63,18 +63,6 @@ class GRPCAsyncClientCallTests: GRPCTestCase {
63
63
super. tearDown ( )
64
64
}
65
65
66
- func testAsyncUnaryCall2( ) throws { XCTAsyncTest {
67
- let channel = try self . setUpServerAndChannel ( )
68
- let get : GRPCAsyncUnaryCall < Echo_EchoRequest , Echo_EchoResponse > = channel. makeAsyncUnaryCall (
69
- path: " /echo.Echo/Get " ,
70
- request: . with { $0. text = " get " } ,
71
- callOptions: . init( )
72
- )
73
-
74
- await assertThat ( try await get. response, . doesNotThrow( ) )
75
- await assertThat ( await get. status, . hasCode( . ok) )
76
- } }
77
-
78
66
func testAsyncUnaryCall( ) throws { XCTAsyncTest {
79
67
let channel = try self . setUpServerAndChannel ( )
80
68
let get : GRPCAsyncUnaryCall < Echo_EchoRequest , Echo_EchoResponse > = channel. makeAsyncUnaryCall (
You can’t perform that action at this time.
0 commit comments