Skip to content

Commit d5a72b6

Browse files
committed
Remove comment
1 parent aae1465 commit d5a72b6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/llm_providers/test_langchain_initializer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,9 +196,6 @@ def test_text_completion_supports_chat_mode(mock_initializers):
196196
mock_initializers["text"].assert_called_once()
197197

198198

199-
# Tests for error masking prevention (issue where later None returns mask earlier exceptions)
200-
201-
202199
def test_exception_not_masked_by_none_return(mock_initializers):
203200
"""Test that an exception from an initializer is preserved when later ones return None.
204201

0 commit comments

Comments
 (0)