mirror of https://github.com/astral-sh/ruff
Remove stale todo from test
This commit is contained in:
parent
87def58605
commit
6577833435
|
|
@ -800,9 +800,8 @@ fn check_input_from_argfile() -> Result<()> {
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
fn displays_fix_applicability_levels() {
|
fn displays_fix_applicability_levels() {
|
||||||
// `--fix` should only apply automatic fixes, but should tell the user about `--fix --unautomatic` if
|
// `--fix` should only apply automatic fixes, but should tell the user about `--fix-suggested` if
|
||||||
// there are remaining unautomatic fixes.
|
// there are remaining fixes.
|
||||||
// TODO: this should be a failure but we don't have a way to track that
|
|
||||||
assert_cmd_snapshot!(Command::new(get_cargo_bin(BIN_NAME))
|
assert_cmd_snapshot!(Command::new(get_cargo_bin(BIN_NAME))
|
||||||
.args([
|
.args([
|
||||||
"-",
|
"-",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue