Skip to content

Commit

Permalink
Missed fix from #546
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Dec 15, 2022
1 parent ad886ca commit 950f18a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ropetest/refactor/patchedasttest.py
Expand Up @@ -366,10 +366,8 @@ def test_aug_assign_node(self):
source = "a += 1\n"
ast_frag = patchedast.get_patched_ast(source, True)
checker = _ResultChecker(self, ast_frag)
start = source.index("a")
checker.check_region("AugAssign", 0, len(source) - 1)
checker.check_children("AugAssign", ["Name", " ", "+", "", "=", " ", "Num"])
self.assertTrue(start is not None)

@testutils.only_for_versions_lower("3")
def test_back_quotenode(self):
Expand Down

0 comments on commit 950f18a

Please sign in to comment.