Skip to content

Commit

Permalink
Update test_composites.py
Browse files Browse the repository at this point in the history
  • Loading branch information
yukaribbba committed Apr 22, 2024
1 parent 5dc0471 commit 1c242a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satpy/tests/test_composites.py
Expand Up @@ -978,7 +978,7 @@ def test_cloud_compositor_validity_checks(self):
"""Test that errors are raised for invalid settings."""
from satpy.composites import CloudCompositor
with pytest.raises(ValueError, match="Invalid mode RGB. Supported modes: LA, RGBA"):
res = CloudCompositor("test", mode="RGB")
_ = CloudCompositor("test", mode="RGB")


class TestPrecipCloudsCompositor(unittest.TestCase):
Expand Down

0 comments on commit 1c242a0

Please sign in to comment.