diff --git a/astrodendro/tests/test_viewer.py b/astrodendro/tests/test_viewer.py index b6ad4b7..8d68487 100644 --- a/astrodendro/tests/test_viewer.py +++ b/astrodendro/tests/test_viewer.py @@ -13,6 +13,7 @@ [2, 3, 2, 1, 1, 2], [2, 3, 5, 3, 1, 1]]) + def test_viewer(capsys): original_backend = plt.get_backend()