| Index: pkg/unittest/lib/interactive_html_config.dart
|
| diff --git a/pkg/unittest/lib/interactive_html_config.dart b/pkg/unittest/lib/interactive_html_config.dart
|
| index 4a6cd8c778a1f28721861fc9189a1ca2a86a5733..2475d53405943f6ee7c3c31acb7cce6c285b4d0d 100644
|
| --- a/pkg/unittest/lib/interactive_html_config.dart
|
| +++ b/pkg/unittest/lib/interactive_html_config.dart
|
| @@ -246,7 +246,7 @@ class ParentInteractiveHtmlConfiguration extends HtmlConfiguration {
|
| if (!_doneWrap) {
|
| _doneWrap = true;
|
| for (int i = 0; i < testCases.length; i++) {
|
| - testCases[i].test = wrapTest(testCases[i]);
|
| + testCases[i].testFunction = wrapTest(testCases[i]);
|
| testCases[i].setUp = null;
|
| testCases[i].tearDown = null;
|
| }
|
|
|