summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniƫl van Noord <13665637+DanielNoord@users.noreply.github.com>2021-11-24 14:16:13 +0100
committerGitHub <noreply@github.com>2021-11-24 14:16:13 +0100
commit47e860f7d5c73d53de77e7c450535e709e5ef99e (patch)
tree8f4da83d4b4a5fab70743ba24f0522b78e244cfd
parent3a1cdb0d0daf959537a15b547dffdf9ae9dc3dc9 (diff)
downloadastroid-git-47e860f7d5c73d53de77e7c450535e709e5ef99e.tar.gz
Change order of decorators in tests (#1275)
-rw-r--r--tests/unittest_scoped_nodes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unittest_scoped_nodes.py b/tests/unittest_scoped_nodes.py
index db673629..00ef9862 100644
--- a/tests/unittest_scoped_nodes.py
+++ b/tests/unittest_scoped_nodes.py
@@ -2293,8 +2293,8 @@ def test_slots_duplicate_bases_issue_1089() -> None:
class TestFrameNodes:
- @pytest.mark.skipif(not PY38_PLUS, reason="needs assignment expressions")
@staticmethod
+ @pytest.mark.skipif(not PY38_PLUS, reason="needs assignment expressions")
def test_frame_node():
"""Test if the frame of FunctionDef, ClassDef and Module is correctly set"""
module = builder.parse(