Skip to content

Commit

Permalink
chore: maybe make fmt_check_all_files_on_each_change_test less flaky (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dsherret committed May 5, 2024
1 parent cd12d41 commit 397be1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/watcher_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 397be1a

Please sign in to comment.