Skip to content

Commit

Permalink
Merge branch '200-secure-connection' of https://github.com/zincware/z…
Browse files Browse the repository at this point in the history
…ndraw into 200-secure-connection
  • Loading branch information
PythonFZ committed Oct 18, 2023
2 parents 25fc3d2 + 536ce7e commit de0cb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_zndraw.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def test_zndraw(water):
assert "ZnDraw" in driver.title

vis[0] = water

assert len(vis) == 1
assert vis[0] == water

Expand Down

0 comments on commit de0cb64

Please sign in to comment.