Skip to content

Commit

Permalink
Fixes from review
Browse files Browse the repository at this point in the history
  • Loading branch information
Sarah Krebs committed Feb 16, 2024
1 parent da987e8 commit bc8bfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_utils/test_cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ def test_logging_config(self):
self.assertFalse(mpl_logger.propagate)

plugin_logger = get_logger("src.plugins")
self.assertEqual(logging.DEBUG, plugin_logger.level)
self.assertEqual(logging.INFO, plugin_logger.level)
self.assertFalse(plugin_logger.propagate)


Expand Down

0 comments on commit bc8bfd4

Please sign in to comment.