Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions chia/_tests/wallet/rpc/test_wallet_rpc.py
Original file line number Diff line number Diff line change
Expand Up @@ -2302,8 +2302,6 @@ async def have_nfts() -> bool:

# Test with the hex version of nft_id
nft_id = (await nft_wallet.get_current_nfts())[0].coin.name().hex()
with pytest.raises(ResponseFailureError, match="Invalid Coin ID format for 'coin_id'"):
await wallet_1_rpc.get_nft_info(NFTGetInfo("error"))
nft_info = (await wallet_1_rpc.get_nft_info(NFTGetInfo(nft_id))).nft_info
assert nft_info.nft_coin_id == (await nft_wallet.get_current_nfts())[0].coin.name()
# Test with the bech32m version of nft_id
Expand Down
Loading
Loading