Skip to content

Commit

Permalink
Compare full text, not full lines
Browse files Browse the repository at this point in the history
  • Loading branch information
passsy committed Sep 29, 2023
1 parent b1e2359 commit 547292f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sidekick/test/init_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ void main() {
);

await process.shouldExit(255);
final stderrText = await process.stderr.rest.toList();
final stderrText = (await process.stderr.rest.toList()).join('\n');
expect(
stderrText,
contains(
Expand Down

0 comments on commit 547292f

Please sign in to comment.