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 80453418a3935c75b50487ab9a0da2ff31100121..12531c19b802d36de0b1cff237084bd2cc3e864f 100644 |
--- a/generated/googleapis/test/reseller/v1_test.dart |
+++ b/generated/googleapis/test/reseller/v1_test.dart |
@@ -282,14 +282,14 @@ checkSubscription(api.Subscription o) { |
buildCounterSubscription--; |
} |
-buildUnnamed960() { |
+buildUnnamed655() { |
var o = new core.List<api.Subscription>(); |
o.add(buildSubscription()); |
o.add(buildSubscription()); |
return o; |
} |
-checkUnnamed960(core.List<api.Subscription> o) { |
+checkUnnamed655(core.List<api.Subscription> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkSubscription(o[0]); |
checkSubscription(o[1]); |
@@ -302,7 +302,7 @@ buildSubscriptions() { |
if (buildCounterSubscriptions < 3) { |
o.kind = "foo"; |
o.nextPageToken = "foo"; |
- o.subscriptions = buildUnnamed960(); |
+ o.subscriptions = buildUnnamed655(); |
} |
buildCounterSubscriptions--; |
return o; |
@@ -313,7 +313,7 @@ checkSubscriptions(api.Subscriptions o) { |
if (buildCounterSubscriptions < 3) { |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.nextPageToken, unittest.equals('foo')); |
- checkUnnamed960(o.subscriptions); |
+ checkUnnamed655(o.subscriptions); |
} |
buildCounterSubscriptions--; |
} |