Skip to content

Commit

Permalink
fixed stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewnitschke-wk committed Mar 11, 2024
1 parent ed43e99 commit 94591dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/executable_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ void main() {
result = checkProject('${d.sandbox}/common_binaries');

expect(result.exitCode, 1);
expect(result.stdout, contains('The following packages contain executables, and are only used outside of lib/. These should be downgraded to dev_dependencies'));
expect(result.stderr, contains('The following packages contain executables, and are only used outside of lib/. These should be downgraded to dev_dependencies'));
});

test(
Expand Down

0 comments on commit 94591dd

Please sign in to comment.