Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
jsidorenko committed Nov 21, 2022
1 parent fd7dfb3 commit dd7fc3a
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions frame/nfts/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -596,18 +596,6 @@ fn set_item_metadata_should_work() {
});
}

#[test]
fn test_smth() {
new_test_ext().execute_with(|| {
let attribute_key: BoundedVec<u8, <Test as Config>::KeyLimit> =
PalletAttributes::<<Test as Config>::CollectionId>::UsedToClaim(1)
.encode()
.try_into()
.unwrap();
dbg!(attribute_key);
});
}

#[test]
fn set_collection_owner_attributes_should_work() {
new_test_ext().execute_with(|| {
Expand Down

0 comments on commit dd7fc3a

Please sign in to comment.