Skip to content

Commit a329167

Browse files
committed
chore: remove debug leftover
1 parent 59f084c commit a329167

3 files changed

Lines changed: 1 addition & 2 deletions

File tree

packages/polywrap-client/tests/cases/simple-invoke2/wrap.info

Lines changed: 0 additions & 1 deletion
This file was deleted.
-27.8 KB
Binary file not shown.

packages/polywrap-client/tests/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
async def test_invoke():
1111
client = PolywrapClient()
1212
uri = Uri(
13-
f'fs/{Path(__file__).parent.joinpath("cases", "simple-invoke2").absolute()}'
13+
f'fs/{Path(__file__).parent.joinpath("cases", "simple-invoke").absolute()}'
1414
)
1515
args = {"arg": "hello polywrap"}
1616
options = InvokerOptions(

0 commit comments

Comments
 (0)