diff --git a/fooof/tests/plts/test_utils.py b/fooof/tests/plts/test_utils.py index 3b8f5f9e..f8d27502 100644 --- a/fooof/tests/plts/test_utils.py +++ b/fooof/tests/plts/test_utils.py @@ -88,7 +88,7 @@ def example_plot(): assert os.path.exists(os.path.join(TEST_PLOTS_PATH, 'test_savefig2.pdf')) # Test giving additional save kwargs - example_plot(file_path=TEST_PLOTS_PATH,, file_name='test_savefig3.pdf', + example_plot(file_path=TEST_PLOTS_PATH, file_name='test_savefig3.pdf', save_kwargs={'facecolor' : 'red'}) assert os.path.exists(os.path.join(TEST_PLOTS_PATH, 'test_savefig3.pdf'))