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 6254f0aef91d51890f221134aeb2de89497ba476..4cb68224c755b76c13e71e429618c2e582a6ea70 100644 |
--- a/generated/googleapis/test/appstate/v1_test.dart |
+++ b/generated/googleapis/test/appstate/v1_test.dart |
@@ -41,14 +41,14 @@ checkGetResponse(api.GetResponse o) { |
buildCounterGetResponse--; |
} |
-buildUnnamed736() { |
+buildUnnamed1019() { |
var o = new core.List<api.GetResponse>(); |
o.add(buildGetResponse()); |
o.add(buildGetResponse()); |
return o; |
} |
-checkUnnamed736(core.List<api.GetResponse> o) { |
+checkUnnamed1019(core.List<api.GetResponse> o) { |
unittest.expect(o, unittest.hasLength(2)); |
checkGetResponse(o[0]); |
checkGetResponse(o[1]); |
@@ -59,7 +59,7 @@ buildListResponse() { |
var o = new api.ListResponse(); |
buildCounterListResponse++; |
if (buildCounterListResponse < 3) { |
- o.items = buildUnnamed736(); |
+ o.items = buildUnnamed1019(); |
o.kind = "foo"; |
o.maximumKeyCount = 42; |
} |
@@ -70,7 +70,7 @@ buildListResponse() { |
checkListResponse(api.ListResponse o) { |
buildCounterListResponse++; |
if (buildCounterListResponse < 3) { |
- checkUnnamed736(o.items); |
+ checkUnnamed1019(o.items); |
unittest.expect(o.kind, unittest.equals('foo')); |
unittest.expect(o.maximumKeyCount, unittest.equals(42)); |
} |