Skip to content

Commit

Permalink
Fixed missing argument in test
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Nov 20, 2021
1 parent 639d3cc commit ddf5473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_viewer(assert_image_similarity, file, render_kwargs):
def test_viewer_empty_layer(render_kwargs):
doc = vp.Document()
doc.add(vp.LineCollection(), 1)
render_image(doc, (1024, 1024))
render_image(doc, (1024, 1024), **render_kwargs)


def test_viewer_zoom_scale(assert_image_similarity):
Expand Down

0 comments on commit ddf5473

Please sign in to comment.