Skip to content

Commit

Permalink
FIX: typo + linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ldevillez committed Sep 24, 2024
1 parent 62067a2 commit 0040180
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_complete_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,8 @@ def test_arc_direction(self):
# Exemple taken from svg of the flag of the state of California
filename = "R_letter_with_arc"
create_test_from_filename(filename, self)
c

def test_arc_direction(self):
def test_s_command(self):
"""Test svg with S command inside it"""
# Exemple taken from svg of the flag of the state of California
filename = "s_command_letter"
Expand Down

0 comments on commit 0040180

Please sign in to comment.