chore: maybe make fmt_check_all_files_on_each_change_test less flaky (#23704)

https://github.com/denoland/deno/actions/runs/8958830735/job/24603538912
This commit is contained in:
David Sherret 2024-05-05 18:09:45 -04:00 committed by GitHub
parent cd12d41627
commit 397be1a22c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -485,6 +485,7 @@ async fn fmt_check_all_files_on_each_change_test() {
wait_contains("error", &mut stderr_lines).await,
"Found 2 not formatted files in 2 files"
);
wait_contains("Fmt failed.", &mut stderr_lines).await;
// Change content of the file again to be badly formatted
badly_formatted_original.copy(&badly_formatted_1);