Skip to content

Commit ebb4715

Browse files
fixup: Remove duplicate test
Signed-off-by: Si Beaumont <[email protected]>
1 parent 8babddc commit ebb4715

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

Tests/GRPCTests/GRPCAsyncClientCallTests.swift

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,6 @@ class GRPCAsyncClientCallTests: GRPCTestCase {
6363
super.tearDown()
6464
}
6565

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-
7866
func testAsyncUnaryCall() throws { XCTAsyncTest {
7967
let channel = try self.setUpServerAndChannel()
8068
let get: GRPCAsyncUnaryCall<Echo_EchoRequest, Echo_EchoResponse> = channel.makeAsyncUnaryCall(

0 commit comments

Comments
 (0)