Fix the test annotation used for test groups (#28638)

This commit is contained in:
Danny Tuppeny
2019-03-02 13:19:49 +00:00
committed by GitHub
parent d91cfffa50
commit 740fb2a8bb

View File

@@ -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);
}