Skip to content

Commit

Permalink
Update testcase.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sichan Yoo committed Aug 14, 2023
1 parent 0224534 commit cab422e
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -198,6 +198,11 @@ extension EventStreamTestClient: EventStreamTestClientProtocol {
/// - Parameter TestStreamOpInput : [no documentation found]
///
/// - Returns: `TestStreamOpOutputResponse` : [no documentation found]
///
/// - Throws: `TestStreamOpError` : Place-holder wrapper object for possible exceptions listed below.
///
/// __Possible Exceptions:__
/// - `SomeError` : You don't have permission.
public func testStreamOp(input: TestStreamOpInput) async throws -> TestStreamOpOutputResponse
{
let context = ClientRuntime.HttpContextBuilder()

0 comments on commit cab422e

Please sign in to comment.