Skip to content

Commit

Permalink
chore: resolve review comments
Browse files Browse the repository at this point in the history
refactor: item metadata

fix: item metadata tests

test(nonfungibles): add mint and burn tests

refactor: non fungibles sub0 (#364)

Co-authored-by: Tin Chung <[email protected]>

fix: pallet tests + integration tests

refactor: remove unused types

refactor(nonfungibles): CollectionConfig parameter

chore: remove unused code
  • Loading branch information
chungquantin committed Nov 1, 2024
1 parent 5bcdd66 commit e00f8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/devnet/src/config/api/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ impl<T: frame_system::Config> Contains<RuntimeRead> for Filter<T> {
mod tests {
use codec::Encode;
use pallet_api::fungibles::Call::*;
use pallet_nfts::{CollectionSettings, MintSettings, MintWitness};
use pallet_nfts::MintWitness;
use sp_core::{bounded_vec, crypto::AccountId32};
use RuntimeCall::{Balances, Fungibles, NonFungibles};

Expand Down

0 comments on commit e00f8be

Please sign in to comment.