Skip to content

Commit

Permalink
refac: last refactoring. Closes #9
Browse files Browse the repository at this point in the history
  • Loading branch information
Mael MADON committed Feb 23, 2020
1 parent c721b7a commit abcc8bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def test_uppercase_prefix(
visitor.run()

assert_errors(
visitor,
visitor,
[UppercaseStringModifierViolation],
ignored_types=(RawStringNotNeededViolation,),
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ def test_incorrect_multiline_strings(
visitor.run()

assert_errors(
visitor,
visitor,
[WrongMultilineStringViolation],
ignored_types=(RawStringNotNeededViolation,),
)
)


@pytest.mark.parametrize('primitive', [
Expand Down

0 comments on commit abcc8bf

Please sign in to comment.