mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
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:
parent
cd12d41627
commit
397be1a22c
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue