Skip to content

Commit

Permalink
Fix the test annotation used for test groups (flutter#28638)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanTup committed Mar 2, 2019
1 parent d91cfff commit 740fb2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/flutter_test/lib/src/test_compat.dart
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ void test(
/// suite*—tests in other suites will run as normal. We recommend that users
/// avoid this flag if possible, and instead use the test runner flag `-n` to
/// filter tests by name.
@isTest
@isTestGroup
void group(Object description, Function body) {
_declarer.group(description.toString(), body);
}
Expand Down

0 comments on commit 740fb2a

Please sign in to comment.