| Index: generated/googleapis/test/games/v1_test.dart
|
| diff --git a/generated/googleapis/test/games/v1_test.dart b/generated/googleapis/test/games/v1_test.dart
|
| index 8e8600a56c03400d439422c5c9f4689f4e1beefd..1e4aad6658b74cd7256edbdad616d7d390d1c486 100644
|
| --- a/generated/googleapis/test/games/v1_test.dart
|
| +++ b/generated/googleapis/test/games/v1_test.dart
|
| @@ -502,6 +502,7 @@ buildApplicationVerifyResponse() {
|
| var o = new api.ApplicationVerifyResponse();
|
| buildCounterApplicationVerifyResponse++;
|
| if (buildCounterApplicationVerifyResponse < 3) {
|
| + o.alternatePlayerId = "foo";
|
| o.kind = "foo";
|
| o.playerId = "foo";
|
| }
|
| @@ -512,6 +513,7 @@ buildApplicationVerifyResponse() {
|
| checkApplicationVerifyResponse(api.ApplicationVerifyResponse o) {
|
| buildCounterApplicationVerifyResponse++;
|
| if (buildCounterApplicationVerifyResponse < 3) {
|
| + unittest.expect(o.alternatePlayerId, unittest.equals('foo'));
|
| unittest.expect(o.kind, unittest.equals('foo'));
|
| unittest.expect(o.playerId, unittest.equals('foo'));
|
| }
|
|
|