Skip to content

Commit

Permalink
Fix test expectation
Browse files Browse the repository at this point in the history
  • Loading branch information
sigurdm committed Oct 11, 2024
1 parent cd8199f commit f4d5eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/global/binstubs/binstub_runs_executable_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void main() {
environment: getEnvironment(),
);

expect(process.stdout, emits('ok [arg1, arg2]'));
expect(process.stdout, emitsThrough('ok [arg1, arg2]'));
await process.shouldExit();
});
}

0 comments on commit f4d5eb4

Please sign in to comment.