Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yxjiang committed Jul 23, 2024
1 parent 1a2b660 commit cf02058
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/polymind/core/test_logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ def test_custom_log_levels_added(self, mock_stream_handler, mock_get_logger):

Logger(logger_name="test_logger")

mock_logger.addHandler.assert_called()
assert logging.getLevelName(25) == "TOOL", "TOOL log level not added"
assert logging.getLevelName(26) == "TASK", "TASK log level not added"
assert logging.getLevelName(27) == "THOUGHT_PROCESS", "THOUGHT_PROCESS log level not added"

0 comments on commit cf02058

Please sign in to comment.