Skip to content

Commit

Permalink
fix test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
behackl committed Nov 11, 2024
1 parent 47f71b3 commit 2cf7a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def temp_media_dir(tmpdir, monkeypatch, request):
yield tmpdir
else:
with manim.tempconfig({"media_dir": str(tmpdir)}):
assert config.media_dir == str(tmpdir)
assert manim.config.media_dir == str(tmpdir)
yield tmpdir


Expand Down

0 comments on commit 2cf7a90

Please sign in to comment.