Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric-roucher committed May 2, 2024
1 parent bb4d8ef commit 9c65229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/agents/test_python_evaluator.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
from .test_tools_common import ToolTesterMixin


class PythonEvaluatorToolTester(unittest.TestCase, ToolTesterMixin):
class PythonInterpreterToolTester(unittest.TestCase, ToolTesterMixin):
def setUp(self):
self.tool = load_tool("python_evaluator")
self.tool = load_tool("python_interpreter")
self.tool.setup()

def test_exact_match_arg(self):
Expand Down

0 comments on commit 9c65229

Please sign in to comment.