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 a8fb4e8cc59828dde638afdbacf3b7f88a4b2852..92f2cdcf2ac78e61944de753134963a6946e3f46 100644 |
--- a/generated/googleapis/test/reseller/v1_test.dart |
+++ b/generated/googleapis/test/reseller/v1_test.dart |
@@ -286,14 +286,14 @@ checkSubscription(api.Subscription o) { |
buildCounterSubscription--; |
} |
-buildUnnamed1052() { |
+buildUnnamed1049() { |
var o = new core.List<api.Subscription>(); |
o.add(buildSubscription()); |
o.add(buildSubscription()); |
return o; |
} |
-checkUnnamed1052(core.List<api.Subscription> o) { |
+checkUnnamed1049(core.List<api.Subscription> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSubscription(o[0]); |
checkSubscription(o[1]); |
@@ -306,7 +306,7 @@ buildSubscriptions() { |
if (buildCounterSubscriptions < 3) { |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
- o.subscriptions = buildUnnamed1052(); |
+ o.subscriptions = buildUnnamed1049(); |
} |
buildCounterSubscriptions--; |
return o; |
@@ -317,7 +317,7 @@ checkSubscriptions(api.Subscriptions o) { |
if (buildCounterSubscriptions < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed1052(o.subscriptions); |
+ checkUnnamed1049(o.subscriptions); |
} |
buildCounterSubscriptions--; |
} |