Anthex
/
LO53FP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
dd59127daea1fed1ee80ae7392af48e4d2d3b1c5
Authored by
Anthex
2019-04-27 14:22:11 +0200
1 parent
f693c11c
fix unit test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
test_visuals.py
Inline
Side-by-side
test_visuals.py
Wrap text
Show/Hide comments
View file @
dd59127
...
...
@@ -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")
...
...