Skip to content

Commit 572e813

Browse files
authored
json_serialiable: fix bug with pkg:build output in test (#1201)
1 parent e30a519 commit 572e813

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

json_serializable/test/annotation_version_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ class SomeClass{}
173173
}
174174

175175
expect(lines.toString(), contains('''
176-
[WARNING] json_serializable:json_serializable on $sourceDirectory/sample.dart:
176+
[WARNING] json_serializable on $sourceDirectory/sample.dart:
177177
$message'''));
178178

179179
await proc.shouldExit(0);

0 commit comments

Comments
 (0)