Unverified Commit 740fb2a8 authored by Danny Tuppeny's avatar Danny Tuppeny Committed by GitHub

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

parent d91cfffa
......@@ -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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment