| 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 4f1c5fc35a7a8037ad6045c2ad30e1f402845d72..ec15d5ddac0b0eb39796ecc6ff05ee716cb0045e 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--;
|
| }
|
|
|
| -buildUnnamed2992() {
|
| +buildUnnamed2780() {
|
| var o = new core.List<api.GetResponse>();
|
| o.add(buildGetResponse());
|
| o.add(buildGetResponse());
|
| return o;
|
| }
|
|
|
| -checkUnnamed2992(core.List<api.GetResponse> o) {
|
| +checkUnnamed2780(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 = buildUnnamed2992();
|
| + o.items = buildUnnamed2780();
|
| o.kind = "foo";
|
| o.maximumKeyCount = 42;
|
| }
|
| @@ -105,7 +105,7 @@ buildListResponse() {
|
| checkListResponse(api.ListResponse o) {
|
| buildCounterListResponse++;
|
| if (buildCounterListResponse < 3) {
|
| - checkUnnamed2992(o.items);
|
| + checkUnnamed2780(o.items);
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.maximumKeyCount, unittest.equals(42));
|
| }
|
|
|