Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Sep 14, 2024
1 parent 2fdbc81 commit 591ae97
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tests/unit_tests/test_server_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -606,10 +606,7 @@ async def test_ainvoke(async_remote_runnable: RemoteRunnable) -> None:
elif sys.version_info < (3, 11):
assert len(tracer.runs) == 1, "Failed for python < 3.11"
remote_runnable = tracer.runs[0]
assert (
remote_runnable.child_runs[0].extra["kwargs"]["name"]
== "add_one_or_passthrough"
)
assert remote_runnable.name == "RemoteRunnable"
else:
raise AssertionError(f"Unsupported python version {sys.version_info}")

Expand Down

0 comments on commit 591ae97

Please sign in to comment.