diff --git a/test_visuals.py b/test_visuals.py index cc42ead..2958f59 100644 --- a/test_visuals.py +++ b/test_visuals.py @@ -8,4 +8,4 @@ def test_createFrame(): def test_exportGif(): exportGif() - assert os.path.exists("./out.gif") + assert os.path.exists(os.getcwd()+"/out.webp") -- libgit2 0.21.4