Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
heuer committed Aug 20, 2016
2 parents 2ef0db9 + 61bf149 commit afe618c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_script.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ def test_output_svgz():
content = f.read()
f.close()
os.unlink(f.name)
assert 'scale(10)' in content
assert 'stroke="red"' in content
assert b'scale(10)' in content
assert b'stroke="red"' in content


def test_output():
Expand Down

0 comments on commit afe618c

Please sign in to comment.