Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 31, 2023
1 parent 4479cdc commit e66cb1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/slice_plot_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def test_increase_all_fonts(self):
mock_colorbar_range_font_size = PropertyMock(return_value=10)
type(self.slice_plot).colorbar_label_size = mock_colorbar_label_size
type(self.slice_plot).colorbar_range_font_size = mock_colorbar_range_font_size

fonts_config = {'title_size': 15, 'x_range_font_size': 14, 'y_range_font_size': 13,
'x_label_size': 12, 'y_label_size': 11}
self.slice_plot.all_fonts_size = fonts_config
Expand Down

0 comments on commit e66cb1a

Please sign in to comment.