Skip to content

Commit 47e860f

Browse files
authored
Change order of decorators in tests (#1275)
1 parent 3a1cdb0 commit 47e860f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittest_scoped_nodes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2293,8 +2293,8 @@ class First(object, object): #@
22932293

22942294

22952295
class TestFrameNodes:
2296-
@pytest.mark.skipif(not PY38_PLUS, reason="needs assignment expressions")
22972296
@staticmethod
2297+
@pytest.mark.skipif(not PY38_PLUS, reason="needs assignment expressions")
22982298
def test_frame_node():
22992299
"""Test if the frame of FunctionDef, ClassDef and Module is correctly set"""
23002300
module = builder.parse(

0 commit comments

Comments
 (0)