We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c76e3c commit 3a662eaCopy full SHA for 3a662ea
lib/src/test_annotated_classes.dart
@@ -300,7 +300,7 @@ class AnnotatedTest<T> {
300
'$ex\n\n'
301
'To create or update all golden files, set the environment variable '
302
'$_updateGoldensVariable=1\n\n'
303
- 'Make sure the directory exists and you can write the file in it.'
+ 'Make sure the directory exists and you can write the file in it.',
304
);
305
} on TestFailure {
306
printOnFailure("ACTUAL CONTENT:\nr'''\n$output'''");
0 commit comments