We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98b48b2 commit dffb651Copy full SHA for dffb651
1 file changed
tests/test_unit_tests.py
@@ -709,7 +709,7 @@ def test_reader_context_manager_with_exception(self):
709
710
def test_reader_partial_initialization_states(self):
711
"""Test Reader behavior with partial initialization failures."""
712
- # Test with _reader = None but _state = ACTIVE
+ # Test with _reader = None but lifecycle state = ACTIVE
713
reader = Reader.__new__(Reader)
714
reader._lifecycle_state = LifecycleState.ACTIVE
715
reader._handle = None
0 commit comments