Test Service instantiation as part of standard test-case

This commit is contained in:
boukeversteegh
2020-05-24 20:02:41 +02:00
parent 20150fdcf3
commit ec5683e572
4 changed files with 14 additions and 7 deletions

View File

@@ -10,6 +10,6 @@ message DoThingResponse {
int32 successfulIterations = 1;
}
service ExampleService {
service Test {
rpc DoThing (DoThingRequest) returns (DoThingResponse);
}