Skip to content

Commit dffb651

Browse files
author
Tania Mathern
committed
fix: Docs
1 parent 98b48b2 commit dffb651

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_unit_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ def test_reader_context_manager_with_exception(self):
709709

710710
def test_reader_partial_initialization_states(self):
711711
"""Test Reader behavior with partial initialization failures."""
712-
# Test with _reader = None but _state = ACTIVE
712+
# Test with _reader = None but lifecycle state = ACTIVE
713713
reader = Reader.__new__(Reader)
714714
reader._lifecycle_state = LifecycleState.ACTIVE
715715
reader._handle = None

0 commit comments

Comments
 (0)