Commit dd59127daea1fed1ee80ae7392af48e4d2d3b1c5

Authored by Anthex
1 parent f693c11c

fix unit test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
test_visuals.py
... ... @@ -8,4 +8,4 @@ def test_createFrame():
8 8  
9 9 def test_exportGif():
10 10 exportGif()
11   - assert os.path.exists("./out.gif")
  11 + assert os.path.exists(os.getcwd()+"/out.webp")
... ...