Skip to content

Commit b3ec375

Browse files
authored
Update test_account.py
1 parent f623a48 commit b3ec375

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_account.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ class TestAccount:
99

1010
@pytest.mark.asyncio
1111
async def test_read_account(self):
12+
assert False
1213
result = await mcp.call_tool('read_account', {})
1314
assert AccountResponse.model_validate(loads(result[0].text))

0 commit comments

Comments
 (0)