Skip to content

Commit

Permalink
FIX: Exposed?
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner committed Aug 17, 2023
1 parent b90ae8a commit 57f60a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plotting.py
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ def test_sphinx_gallery_scraping(qtbot, monkeypatch, plotting, tmpdir, n_win):
])
def test_background_plotting_plots(qtbot, plotting, ensure_closed, aa):
plotter = BackgroundPlotter(
show=True,
show=False,
off_screen=False,
shape=(2, 2),
border=False,
Expand Down

0 comments on commit 57f60a9

Please sign in to comment.