Remove stale todo from test

This commit is contained in:
Zanie 2023-10-02 20:20:52 -05:00
parent 87def58605
commit 6577833435
1 changed files with 2 additions and 3 deletions

View File

@ -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([
"-", "-",