We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960bbe6 commit 8d0f345Copy full SHA for 8d0f345
lib/test.dart
@@ -284,7 +284,7 @@ void setUpAll(callback()) => _declarer.setUpAll(callback);
284
///
285
/// **Note**: This function makes it very easy to accidentally introduce hidden
286
/// dependencies between tests that should be isolated. In general, you should
287
-/// prefer [tearDown], and only use [tearDOwnAll] if the callback is
+/// prefer [tearDown], and only use [tearDownAll] if the callback is
288
/// prohibitively slow.
289
void tearDownAll(callback()) => _declarer.tearDownAll(callback);
290
0 commit comments