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 4cd3837b65fe3821e26d4c29314b3b535877d992..22deb12678eb893b47b22da8274fd9cdf10e330c 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--; |
} |
-buildUnnamed1313() { |
+buildUnnamed1327() { |
var o = new core.List<api.Subscription>(); |
o.add(buildSubscription()); |
o.add(buildSubscription()); |
return o; |
} |
-checkUnnamed1313(core.List<api.Subscription> o) { |
+checkUnnamed1327(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 = buildUnnamed1313(); |
+ o.subscriptions = buildUnnamed1327(); |
} |
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')); |
- checkUnnamed1313(o.subscriptions); |
+ checkUnnamed1327(o.subscriptions); |
} |
buildCounterSubscriptions--; |
} |