Skip to content

Commit 24fd217

Browse files
authored
Update test_account.py
1 parent 0e5156a commit 24fd217

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_account.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ class TestAccount:
1010
@pytest.mark.asyncio
1111
async def test_read_account(self):
1212
result = await mcp.call_tool('read_account', {})
13+
print('START********')
1314
print(result)
15+
print('END********')
1416
assert AccountResponse.model_validate(loads(result[0].text))

0 commit comments

Comments
 (0)