Skip to content

Commit

Permalink
Finish xcnft pallet_nfts unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Nov 4, 2024
1 parent 70a6ba1 commit 885e6a4
Show file tree
Hide file tree
Showing 6 changed files with 405 additions and 183 deletions.
2 changes: 1 addition & 1 deletion templates/parachain/pallets/xcnft/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ mod test_runtime {
#[runtime::pallet_index(0)]
pub type System = frame_system;

#[runtime::pallet_index(1)]
#[runtime::pallet_index(5)]
pub type XcNFT = crate;

#[runtime::pallet_index(2)]
Expand Down
Loading

0 comments on commit 885e6a4

Please sign in to comment.