Skip to content
This repository has been archived by the owner on Jul 28, 2020. It is now read-only.

Commit

Permalink
Fix path issue in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhs committed Nov 26, 2017
1 parent 1f9d09f commit 64ecd15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testparse.py
Expand Up @@ -2,7 +2,7 @@


def test_parse_file():
svg = Parser.parse_file('tests\Londonhackspacelogo.svg')
svg = Parser.parse_file('tests/Londonhackspacelogo.svg')
assert isinstance(svg, SVG)


Expand Down

0 comments on commit 64ecd15

Please sign in to comment.