From 7f293cbfa9adda44ad816f2ed9edaf1466354ebe Mon Sep 17 00:00:00 2001 From: Robin Wimmers Date: Mon, 13 Nov 2023 12:29:06 +0100 Subject: [PATCH] chore: remove fig save --- tests/test_sound.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/test_sound.py b/tests/test_sound.py index 8ecc119..a21084c 100644 --- a/tests/test_sound.py +++ b/tests/test_sound.py @@ -20,8 +20,6 @@ def test_map_sound(requests_mock, mock_bag_response, mock_source_location): period=5, ) - plt.savefig("tpm.png") - assert isinstance(fig, plt.Figure)