Skip to content

Commit a65c27d

Browse files
author
SentienceDEV
committed
fix bad code
1 parent 89e58f8 commit a65c27d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentience/agent_runtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ def assert_done(
342342
Returns:
343343
True if task is complete (assertion passed), False otherwise
344344
"""
345-
ok = self.assertTrue(predicate, label=label, required=True)
345+
ok = self.assert_(predicate, label=label, required=True)
346346
if ok:
347347
self._task_done = True
348348
self._task_done_label = label

0 commit comments

Comments
 (0)