This commit is contained in:
Noah Eisen 2016-12-01 17:15:47 -08:00
parent 8da57eb855
commit 4203221fb9
1 changed files with 4 additions and 4 deletions

View File

@ -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]))
}