Index: sky/tests/widgets/buttons.dart |
diff --git a/sky/tests/widgets/buttons.dart b/sky/tests/widgets/buttons.dart |
index 0b5de6e71bba6cca2109817eacc3554f59b141ba..767d6c1794e8f923e4fe0b03795be4c70c1f1d36 100644 |
--- a/sky/tests/widgets/buttons.dart |
+++ b/sky/tests/widgets/buttons.dart |
@@ -24,5 +24,5 @@ main() async { |
return new Center(child: new FloatingActionButton(child: new Text("+"))); |
}); |
- await tester.endTest(); |
+ tester.endTest(); |
} |