Index: tests/standalone/io/directory_list_pause_test.dart |
diff --git a/tests/standalone/io/directory_list_pause_test.dart b/tests/standalone/io/directory_list_pause_test.dart |
index fac2d672c1f097a74589ddbc879df0d040f421d3..a38f125021fdd21c8a80cc3dcfd850ceca897562 100644 |
--- a/tests/standalone/io/directory_list_pause_test.dart |
+++ b/tests/standalone/io/directory_list_pause_test.dart |
@@ -68,7 +68,7 @@ void testPauseResumeCancelList() { |
close(); |
} |
}, onDone: () { |
- Expect.fail('the stream was canceled, onDone should not happend'); |
+ Expect.fail('the stream was canceled, onDone should not happen'); |
}); |
}); |
} |