ruff/crates/ruff_cli/tests
bluthej 38f512d588
Fix diff (old and new were reversed) (#7855)
## Summary

Fixes #7853.

The old and new source files were reversed in the call to
`TextDiff::from_lines`, so the diff output of the CLI was also reversed.

## Test Plan

Two snapshots were updated in the process, so any reversal should be
caught :)
2023-10-09 12:58:13 +05:30
..
snapshots Rename applicability levels to Safe, Unsafe, and Display (#7843) 2023-10-06 20:50:05 -05:00
format.rs Rename applicability levels to Safe, Unsafe, and Display (#7843) 2023-10-06 20:50:05 -05:00
integration_test.rs Fix diff (old and new were reversed) (#7855) 2023-10-09 12:58:13 +05:30
lint.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00