Skip to content

Commit

Permalink
Merge pull request #140 from DanTup/fix-is-test-annotation
Browse files Browse the repository at this point in the history
Change @isTestGroup to @istest on testGoldens
  • Loading branch information
coreysprague authored Jan 11, 2022
2 parents d3526d6 + 4d86085 commit fbb1564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/golden_toolkit/lib/src/testing_tools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ const Object _defaultTagObject = Object();
///
/// [test] test body
///
@isTestGroup
@isTest
void testGoldens(
String description,
Future<void> Function(WidgetTester) test, {
Expand Down

0 comments on commit fbb1564

Please sign in to comment.