Skip to content

Commit 8d0f345

Browse files
Hixienex3
authored andcommitted
Fix typo in "tearDownAll" docs (#659)
1 parent 960bbe6 commit 8d0f345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ void setUpAll(callback()) => _declarer.setUpAll(callback);
284284
///
285285
/// **Note**: This function makes it very easy to accidentally introduce hidden
286286
/// dependencies between tests that should be isolated. In general, you should
287-
/// prefer [tearDown], and only use [tearDOwnAll] if the callback is
287+
/// prefer [tearDown], and only use [tearDownAll] if the callback is
288288
/// prohibitively slow.
289289
void tearDownAll(callback()) => _declarer.tearDownAll(callback);
290290

0 commit comments

Comments
 (0)