| Index: generated/googleapis/test/appstate/v1_test.dart
|
| diff --git a/generated/googleapis/test/appstate/v1_test.dart b/generated/googleapis/test/appstate/v1_test.dart
|
| index ee4696fc53e79308f6bc66f327257e2f980937d8..019c8048bb5d021052a4d0008350fb347fa13bcd 100644
|
| --- a/generated/googleapis/test/appstate/v1_test.dart
|
| +++ b/generated/googleapis/test/appstate/v1_test.dart
|
| @@ -76,14 +76,14 @@ checkGetResponse(api.GetResponse o) {
|
| buildCounterGetResponse--;
|
| }
|
|
|
| -buildUnnamed2801() {
|
| +buildUnnamed2815() {
|
| var o = new core.List<api.GetResponse>();
|
| o.add(buildGetResponse());
|
| o.add(buildGetResponse());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2801(core.List<api.GetResponse> o) {
|
| +checkUnnamed2815(core.List<api.GetResponse> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkGetResponse(o[0]);
|
| checkGetResponse(o[1]);
|
| @@ -94,7 +94,7 @@ buildListResponse() {
|
| var o = new api.ListResponse();
|
| buildCounterListResponse++;
|
| if (buildCounterListResponse < 3) {
|
| - o.items = buildUnnamed2801();
|
| + o.items = buildUnnamed2815();
|
| o.kind = "foo";
|
| o.maximumKeyCount = 42;
|
| }
|
| @@ -105,7 +105,7 @@ buildListResponse() {
|
| checkListResponse(api.ListResponse o) {
|
| buildCounterListResponse++;
|
| if (buildCounterListResponse < 3) {
|
| - checkUnnamed2801(o.items);
|
| + checkUnnamed2815(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.maximumKeyCount, unittest.equals(42));
|
| }
|
|
|