Skip to content

Commit f978556

Browse files
committed
fix: remove assert False
1 parent 1d401f6 commit f978556

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

libs/langgraph/tests/test_pregel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1051,7 +1051,6 @@ def reset(self):
10511051
)
10521052
),
10531053
)
1054-
assert False
10551054
if durability == "exit":
10561055
return
10571056
assert checkpoints[2] == CheckpointTuple(

0 commit comments

Comments
 (0)