| 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 9f707da0a9a1026d60432be34de16a4c220bff11..df5837a797652cd4589a650c0cfeb33ce05e8c61 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--;
|
| }
|
|
|
| -buildUnnamed1960() {
|
| +buildUnnamed1972() {
|
| var o = new core.List<api.DynamicLinkWarning>();
|
| o.add(buildDynamicLinkWarning());
|
| o.add(buildDynamicLinkWarning());
|
| return o;
|
| }
|
|
|
| -checkUnnamed1960(core.List<api.DynamicLinkWarning> o) {
|
| +checkUnnamed1972(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 = buildUnnamed1960();
|
| + o.warning = buildUnnamed1972();
|
| }
|
| 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'));
|
| - checkUnnamed1960(o.warning);
|
| + checkUnnamed1972(o.warning);
|
| }
|
| buildCounterCreateShortDynamicLinkResponse--;
|
| }
|
|
|