From dd59127daea1fed1ee80ae7392af48e4d2d3b1c5 Mon Sep 17 00:00:00 2001 From: Anthex Date: Sat, 27 Apr 2019 14:22:11 +0200 Subject: [PATCH] fix unit test --- test_visuals.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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