Skip to content

Commit

Permalink
Fix Linux/Mac test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
katherinekolman committed May 14, 2020
1 parent fa01afa commit 570a83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uwsift/tests/view/test_export_image.py
Expand Up @@ -121,7 +121,7 @@ def test_create_colorbar(size, mode, exp, monkeypatch, window):
@pytest.mark.parametrize("mode,cbar_size,exp", [
(None, (0, 0), (100, 100)),
('vertical', (10, 120), (108, 100)),
('horizontal', (120, 10), (100, 108)),
('horizontal', (120, 10), (100, 109)),
])
def test_append_colorbar(mode, cbar_size, exp, monkeypatch, window):
"""Test colorbar is appended to the appropriate location given the colorbar append direction."""
Expand Down

0 comments on commit 570a83b

Please sign in to comment.