| Index: sky/tests/widgets/dialog.dart
|
| diff --git a/sky/tests/widgets/dialog.dart b/sky/tests/widgets/dialog.dart
|
| index b90a413f9b05d36b2d9273b26d73995112f76027..ed254b0e87b77cc6e7f7d9394cc961f034caac50 100644
|
| --- a/sky/tests/widgets/dialog.dart
|
| +++ b/sky/tests/widgets/dialog.dart
|
| @@ -13,7 +13,8 @@ main() async {
|
| await tester.test(() {
|
| return new Dialog(
|
| title: new Text("I am a title"),
|
| - content: new Text("I am some content")
|
| + content: new Text("I am some content"),
|
| + actions: new Text("I am some actions")
|
| );
|
| });
|
|
|
|
|