| Index: generated/googleapis/test/firebasedynamiclinks/v1_test.dart
|
| diff --git a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
|
| index e728ae0b5fe92ccfd6fd34343313ceaee2a7ad29..3eec68023e25a064d99b7c15b66564fb36c9685f 100644
|
| --- a/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
|
| +++ b/generated/googleapis/test/firebasedynamiclinks/v1_test.dart
|
| @@ -120,14 +120,14 @@ checkCreateShortDynamicLinkRequest(api.CreateShortDynamicLinkRequest o) {
|
| buildCounterCreateShortDynamicLinkRequest--;
|
| }
|
|
|
| -buildUnnamed1939() {
|
| +buildUnnamed2033() {
|
| var o = new core.List<api.DynamicLinkWarning>();
|
| o.add(buildDynamicLinkWarning());
|
| o.add(buildDynamicLinkWarning());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1939(core.List<api.DynamicLinkWarning> o) {
|
| +checkUnnamed2033(core.List<api.DynamicLinkWarning> o) {
|
| unittest.expect(o, unittest.hasLength(2));
|
| checkDynamicLinkWarning(o[0]);
|
| checkDynamicLinkWarning(o[1]);
|
| @@ -140,7 +140,7 @@ buildCreateShortDynamicLinkResponse() {
|
| if (buildCounterCreateShortDynamicLinkResponse < 3) {
|
| o.previewLink = "foo";
|
| o.shortLink = "foo";
|
| - o.warning = buildUnnamed1939();
|
| + o.warning = buildUnnamed2033();
|
| }
|
| buildCounterCreateShortDynamicLinkResponse--;
|
| return o;
|
| @@ -151,7 +151,7 @@ checkCreateShortDynamicLinkResponse(api.CreateShortDynamicLinkResponse o) {
|
| if (buildCounterCreateShortDynamicLinkResponse < 3) {
|
| unittest.expect(o.previewLink, unittest.equals('foo'));
|
| unittest.expect(o.shortLink, unittest.equals('foo'));
|
| - checkUnnamed1939(o.warning);
|
| + checkUnnamed2033(o.warning);
|
| }
|
| buildCounterCreateShortDynamicLinkResponse--;
|
| }
|
|
|