Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
fix regression
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Jul 8, 2023
1 parent b06617b commit 4a3d91a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rome_cli/tests/commands/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ fn max_diagnostics_default() {
console,
result,
));
assert_eq!(diagnostic_count, 16);
assert_eq!(diagnostic_count, 20);
}

#[test]
Expand Down

0 comments on commit 4a3d91a

Please sign in to comment.