Skip to content

Commit

Permalink
fix typo in test
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Apr 22, 2021
1 parent c5d7bfe commit 9cc9a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fooof/tests/plts/test_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))

Expand Down

0 comments on commit 9cc9a30

Please sign in to comment.