mirror of
https://github.com/denoland/deno.git
synced 2025-09-26 12:19:12 +00:00
chore: maybe make fmt_check_all_files_on_each_change_test less flaky (#23704)
2460353891
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
Add a link
Reference in a new issue