| Index: generated/googleapis/test/reseller/v1_test.dart
|
| diff --git a/generated/googleapis/test/reseller/v1_test.dart b/generated/googleapis/test/reseller/v1_test.dart
|
| index fd2858c4f73cb5c9034f923363b45d2d1c75c57f..ada6b513275fea04fed177a8cfffa0fd683efa0d 100644
|
| --- a/generated/googleapis/test/reseller/v1_test.dart
|
| +++ b/generated/googleapis/test/reseller/v1_test.dart
|
| @@ -284,14 +284,14 @@ checkSubscription(api.Subscription o) {
|
| buildCounterSubscription--;
|
| }
|
|
|
| -buildUnnamed1029() {
|
| +buildUnnamed1023() {
|
| var o = new core.List<api.Subscription>();
|
| o.add(buildSubscription());
|
| o.add(buildSubscription());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1029(core.List<api.Subscription> o) {
|
| +checkUnnamed1023(core.List<api.Subscription> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkSubscription(o[0]);
|
| checkSubscription(o[1]);
|
| @@ -304,7 +304,7 @@ buildSubscriptions() {
|
| if (buildCounterSubscriptions < 3) {
|
| o.kind = "foo";
|
| o.nextPageToken = "foo";
|
| - o.subscriptions = buildUnnamed1029();
|
| + o.subscriptions = buildUnnamed1023();
|
| }
|
| buildCounterSubscriptions--;
|
| return o;
|
| @@ -315,7 +315,7 @@ checkSubscriptions(api.Subscriptions o) {
|
| if (buildCounterSubscriptions < 3) {
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.nextPageToken, unittest.equals('foo'));
|
| - checkUnnamed1029(o.subscriptions);
|
| + checkUnnamed1023(o.subscriptions);
|
| }
|
| buildCounterSubscriptions--;
|
| }
|
|
|