Skip to content

Commit

Permalink
json_serialiable: fix bug with pkg:build output in test (#1201)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevmoo committed Sep 19, 2022
1 parent e30a519 commit 572e813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json_serializable/test/annotation_version_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class SomeClass{}
}

expect(lines.toString(), contains('''
[WARNING] json_serializable:json_serializable on $sourceDirectory/sample.dart:
[WARNING] json_serializable on $sourceDirectory/sample.dart:
$message'''));

await proc.shouldExit(0);
Expand Down

0 comments on commit 572e813

Please sign in to comment.