Skip to content

Commit

Permalink
chore: remove item_holders and fix destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Nov 22, 2024
1 parent 92d4875 commit ee73920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pallets/nfts/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3369,9 +3369,9 @@ fn collection_locking_should_work() {

let stored_config = CollectionConfigOf::<Test>::get(collection_id).unwrap();
let full_lock_config = collection_config_from_disabled_settings(
CollectionSetting::TransferableItems |
CollectionSetting::UnlockedMetadata |
CollectionSetting::UnlockedAttributes,
CollectionSetting::TransferableItems
| CollectionSetting::UnlockedMetadata
| CollectionSetting::UnlockedAttributes,
);
assert_eq!(stored_config, full_lock_config);
});
Expand Down

0 comments on commit ee73920

Please sign in to comment.