@@ -97,6 +97,8 @@ mod tests {
9797 #[test_case(Rule::UsedDummyVariable, Path::new("RUF052.py"))]
9898 #[test_case(Rule::ClassWithMixedTypeVars, Path::new("RUF053.py"))]
9999 #[test_case(Rule::FalsyDictGetFallback, Path::new("RUF056.py"))]
100+ #[test_case(Rule::StarmapZip, Path::new("RUF058_0.py"))]
101+ #[test_case(Rule::StarmapZip, Path::new("RUF058_1.py"))]
100102 #[test_case(Rule::UnusedUnpackedVariable, Path::new("RUF059_0.py"))]
101103 #[test_case(Rule::UnusedUnpackedVariable, Path::new("RUF059_1.py"))]
102104 #[test_case(Rule::UnusedUnpackedVariable, Path::new("RUF059_2.py"))]
@@ -474,8 +476,6 @@ mod tests {
474476 #[test_case(Rule::PytestRaisesAmbiguousPattern, Path::new("RUF043.py"))]
475477 #[test_case(Rule::UnnecessaryRound, Path::new("RUF057.py"))]
476478 #[test_case(Rule::DataclassEnum, Path::new("RUF049.py"))]
477- #[test_case(Rule::StarmapZip, Path::new("RUF058_0.py"))]
478- #[test_case(Rule::StarmapZip, Path::new("RUF058_1.py"))]
479479 #[test_case(Rule::IndentedFormFeed, Path::new("RUF054.py"))]
480480 #[test_case(Rule::ImplicitClassVarInDataclass, Path::new("RUF045.py"))]
481481 fn preview_rules(rule_code: Rule, path: &Path) -> Result<()> {
0 commit comments