Skip to content

Commit

Permalink
Remove stray :w
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan committed Nov 30, 2022
1 parent fc3f138 commit 527db51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ropetest/refactor/__init__.py
Expand Up @@ -910,7 +910,7 @@ def a_func(self, var):

# NOTE: This situation happens a lot and is normally not an error
# @testutils.assert_raises(RefactoringError)
def test_not_rais_exception_when_there_is_a_field_with_the_same_name(self):
def test_not_raise_exception_when_there_is_a_field_with_the_same_name(self):
code = dedent("""\
class A(object):
def __init__(self):
Expand Down

0 comments on commit 527db51

Please sign in to comment.