mirror of https://github.com/grpc/grpc-go.git
Lint fix
This commit is contained in:
parent
8da57eb855
commit
4203221fb9
|
|
@ -94,10 +94,10 @@ func parseTestCases(testCaseString string) []testCaseWithWeight {
|
|||
"ping_pong",
|
||||
"empty_stream",
|
||||
"timeout_on_sleeping_server",
|
||||
"cancel_after_begin",
|
||||
"cancel_after_first_response",
|
||||
"status_code_and_message",
|
||||
"custom_metadata":
|
||||
"cancel_after_begin",
|
||||
"cancel_after_first_response",
|
||||
"status_code_and_message",
|
||||
"custom_metadata":
|
||||
default:
|
||||
panic(fmt.Sprintf("unknown test type: %s", testCase[0]))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue