Skip to content
Snippets Groups Projects
Commit b39d91da authored by Donna Dionne's avatar Donna Dionne
Browse files

Fixing a small typo

parent 0eaafca3
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
main() { main() {
source grpc_docker.sh source grpc_docker.sh
test_cases=(large_unary empty unary ping_pong client_streaming server_streaming) test_cases=(large_unary empty_unary ping_pong client_streaming server_streaming)
clients=(cxx java go ruby) clients=(cxx java go ruby)
servers=(cxx java go ruby) servers=(cxx java go ruby)
for test_case in "${test_cases[@]}" for test_case in "${test_cases[@]}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment