| Index: pkg/unittest/lib/src/test_case.dart
|
| diff --git a/pkg/unittest/lib/src/test_case.dart b/pkg/unittest/lib/src/test_case.dart
|
| index 0c65e423c0da5d99fe94767b33e91d546ad54107..95068bd8b76176ba780b494fd8aba6de7e5e719f 100644
|
| --- a/pkg/unittest/lib/src/test_case.dart
|
| +++ b/pkg/unittest/lib/src/test_case.dart
|
| @@ -64,9 +64,9 @@ class TestCase {
|
| Completer _testComplete;
|
|
|
| TestCase._internal(this.id, this.description, this.testFunction)
|
| - : currentGroup = _currentContext.fullName,
|
| - setUp = _currentContext.testSetup,
|
| - tearDown = _currentContext.testTeardown;
|
| + : currentGroup = _currentContext.fullName,
|
| + setUp = _currentContext.testSetup,
|
| + tearDown = _currentContext.testTeardown;
|
|
|
| bool get isComplete => !enabled || result != null;
|
|
|
|
|