Skip to content

Commit 7c2231f

Browse files
committed
🔄 Updated method calls in tests
1 parent 17cbe13 commit 7c2231f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/general_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ def run_sync(session: CodeInterpreterSession) -> bool:
2525

2626
assert (
2727
"3.1"
28-
in session.generate_response_sync(
28+
in session.generate_response(
2929
"Compute pi using Monte Carlo simulation in Python and show me the result."
3030
).content
3131
)
3232

3333
assert (
3434
".xlsx"
35-
in session.generate_response_sync(
35+
in session.generate_response(
3636
"Convert this csv file to excel.",
3737
files=[File.from_path("examples/assets/iris.csv")],
3838
)

0 commit comments

Comments
 (0)