Skip to content

Commit

Permalink
fix: test error
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Dec 18, 2024
1 parent f5151ba commit e55ae3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/python/binding_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ def api_test():
raise RuntimeError("pipeline failed")

tasker.post_pipeline("Entry", ppover)
stopped = tasker.post_stop().wait().succeeded()
stopped = tasker.post_stop().wait().succeeded
if not stopped:
raise RuntimeError("post_stop failed")

Expand Down

0 comments on commit e55ae3b

Please sign in to comment.