Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtruong committed Jan 12, 2025
1 parent 1bdf652 commit 49cc907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/trace/test_uri_get.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def test_uri_get(client, obj):


@pytest.mark.asyncio
async def test_gotten_methods(client, obj):
async def test_gotten_methods(client):
@weave.op
def model(a: int) -> int:
return a + 1
Expand Down

0 comments on commit 49cc907

Please sign in to comment.