Skip to content

Commit

Permalink
🔄 Updated method calls in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shroominic committed Sep 5, 2023
1 parent 17cbe13 commit 7c2231f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/general_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ def run_sync(session: CodeInterpreterSession) -> bool:

assert (
"3.1"
in session.generate_response_sync(
in session.generate_response(
"Compute pi using Monte Carlo simulation in Python and show me the result."
).content
)

assert (
".xlsx"
in session.generate_response_sync(
in session.generate_response(
"Convert this csv file to excel.",
files=[File.from_path("examples/assets/iris.csv")],
)
Expand Down

0 comments on commit 7c2231f

Please sign in to comment.