Index: pkg/template_binding/test/utils.dart |
diff --git a/pkg/template_binding/test/utils.dart b/pkg/template_binding/test/utils.dart |
index 11f766849afd6ad34375564b03c6bda5ea281a1d..35e37b3e73275004fb492af934f92c6f3535b737 100644 |
--- a/pkg/template_binding/test/utils.dart |
+++ b/pkg/template_binding/test/utils.dart |
@@ -13,7 +13,7 @@ export 'package:observe/src/dirty_check.dart' show dirtyCheckZone; |
/// A small method to help readability. Used to cause the next "then" in a chain |
/// to happen in the next microtask: |
/// |
-/// future.then(newMicrotask).then(...) |
+/// future.then(endOfMicrotask).then(...) |
endOfMicrotask(_) => new Future.value(); |
/// A small method to help readability. Used to cause the next "then" in a chain |