mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix the test annotation used for test groups (#28638)
This commit is contained in:
parent
d91cfffa50
commit
740fb2a8bb
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user