| 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 1d07cad5a2c3ac7a2a6c3834d1a16fda371fdff6..13f8812ac4d7f30d22518962d30bec8345cae88a 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--;
|
| }
|
|
|
| -buildUnnamed1400() {
|
| +buildUnnamed336() {
|
| var o = new core.List<api.GetResponse>();
|
| o.add(buildGetResponse());
|
| o.add(buildGetResponse());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1400(core.List<api.GetResponse> o) {
|
| +checkUnnamed336(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 = buildUnnamed1400();
|
| + o.items = buildUnnamed336();
|
| o.kind = "foo";
|
| o.maximumKeyCount = 42;
|
| }
|
| @@ -105,7 +105,7 @@ buildListResponse() {
|
| checkListResponse(api.ListResponse o) {
|
| buildCounterListResponse++;
|
| if (buildCounterListResponse < 3) {
|
| - checkUnnamed1400(o.items);
|
| + checkUnnamed336(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.maximumKeyCount, unittest.equals(42));
|
| }
|
|
|