@@ -100,6 +100,8 @@ mod tests {
100
100
#[ test_case( Rule :: UnusedUnpackedVariable , Path :: new( "RUF059_1.py" ) ) ]
101
101
#[ test_case( Rule :: UnusedUnpackedVariable , Path :: new( "RUF059_2.py" ) ) ]
102
102
#[ test_case( Rule :: UnusedUnpackedVariable , Path :: new( "RUF059_3.py" ) ) ]
103
+ #[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_0.py" ) ) ]
104
+ #[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_1.py" ) ) ]
103
105
#[ test_case( Rule :: InEmptyCollection , Path :: new( "RUF060.py" ) ) ]
104
106
#[ test_case( Rule :: RedirectedNOQA , Path :: new( "RUF101_0.py" ) ) ]
105
107
#[ test_case( Rule :: RedirectedNOQA , Path :: new( "RUF101_1.py" ) ) ]
@@ -479,8 +481,6 @@ mod tests {
479
481
#[ test_case( Rule :: PytestRaisesAmbiguousPattern , Path :: new( "RUF043.py" ) ) ]
480
482
#[ test_case( Rule :: UnnecessaryRound , Path :: new( "RUF057.py" ) ) ]
481
483
#[ test_case( Rule :: DataclassEnum , Path :: new( "RUF049.py" ) ) ]
482
- #[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_0.py" ) ) ]
483
- #[ test_case( Rule :: StarmapZip , Path :: new( "RUF058_1.py" ) ) ]
484
484
#[ test_case( Rule :: ClassWithMixedTypeVars , Path :: new( "RUF053.py" ) ) ]
485
485
#[ test_case( Rule :: IndentedFormFeed , Path :: new( "RUF054.py" ) ) ]
486
486
#[ test_case( Rule :: ImplicitClassVarInDataclass , Path :: new( "RUF045.py" ) ) ]
0 commit comments