We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21c5de0 commit f15e083Copy full SHA for f15e083
libs/langgraph-checkpoint-mongodb/tests/unit_tests/test_time_travel.py
@@ -120,7 +120,7 @@ def test(checkpointer: MongoDBSaver) -> None:
120
121
for state in checkpoints:
122
if state.metadata:
123
- print(f"\n{state.metadata["step"]=}")
+ print(f"\nstep: {state.metadata["step"]}")
124
print(f"{state.next=}")
125
print(f"{state.config["configurable"]["checkpoint_id"]=}")
126
print(f"{state.values=}")
0 commit comments