Skip to content
Merged
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: 1 addition & 1 deletion examples/foundry-hts/test/NFT.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ contract NFTExampleTest is Test {

// The assertion below cannot be guaranteed, since we can only query the current owner of the NFT,
// Note that the ownership of the NFT may change over time.
assertEq(owner, 0x000000000000000000000000000000000006889a);
assertEq(owner, 0x00000000000000000000000000000000000CFCdB);
}

function test_dealt_nft_assigned_to_local_account() view external {
Expand Down
Loading
Loading