diff --git a/crates/rome_cli/tests/commands/check.rs b/crates/rome_cli/tests/commands/check.rs index 093688ad7fd..1ac6e50913c 100644 --- a/crates/rome_cli/tests/commands/check.rs +++ b/crates/rome_cli/tests/commands/check.rs @@ -1237,7 +1237,7 @@ fn max_diagnostics_default() { console, result, )); - assert_eq!(diagnostic_count, 16); + assert_eq!(diagnostic_count, 20); } #[test]