Commit 9613af1
committed
fix: remove incorrect skip decorator from alist deserialization test
The test_async_alist_with_deserialization test was incorrectly marked
as skipped with a misleading comment claiming that alist() deserialization
was not addressed in PR #87. However, the fix was already implemented in
the alist() method via _recursive_deserialize() call at line 742 of aio.py.
This commit:
- Removes the @pytest.mark.skip decorator
- Updates the docstring to accurately reflect that the fix is implemented
- Ensures the test runs and validates proper message deserialization
The test passes successfully, confirming that alist() properly deserializes
LangChain messages when listing checkpoints.1 parent 10a0c09 commit 9613af1
1 file changed
+3
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | | - | |
482 | | - | |
483 | | - | |
484 | 481 | | |
485 | 482 | | |
486 | 483 | | |
487 | | - | |
488 | | - | |
489 | | - | |
490 | | - | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
491 | 487 | | |
492 | 488 | | |
493 | 489 | | |
| |||
0 commit comments