Index: tests/light_unittest.dart |
diff --git a/tests/light_unittest.dart b/tests/light_unittest.dart |
index 9128ef75c7ba1109205e5758c60e20d54b39d166..1e6d4f876832cd8ee70d46fcfaf8bf75bce2d65e 100644 |
--- a/tests/light_unittest.dart |
+++ b/tests/light_unittest.dart |
@@ -56,7 +56,7 @@ get throws => new Expectation((actual) => Expect.throws(actual)); |
get isTrue => new Expectation((actual) => Expect.isTrue(actual)); |
-expectAsync1(then) { |
+expectAsync(then) { |
asyncStart(); |
return (x) { |
// 'then(x)' may call 'asyncStart()', so we first need to execute it, before |