Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
comments
  • Loading branch information
magecnion committed Sep 26, 2023
commit c79fdf21781dfd5945ff5e7885fd1d3c9d70d786
2 changes: 1 addition & 1 deletion pallets/living-assets-ownership/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ mod traits {
assert_eq!(AssetOwner::<Test>::get(collection_id, asset_id).unwrap(), BOB);
assert_eq!(<LivingAssetsModule as Erc721>::owner_of(1, asset_id).unwrap(), receiver);
System::assert_last_event(
Event::AssetTransferred { collection_id, asset_id, receiver: BOB }.into(),
Event::AssetTransferred { collection_id, asset_id, to: BOB }.into(),
);
});
}
Expand Down