difftreelog
Unit tests fixed
in: master
2 files changed
pallets/unique/src/mock.rsdiffbeforeafterboth193}193}194194195impl pallet_template::Config for Test {195impl pallet_template::Config for Test {196 type Event = ();196 type WeightInfo = ();197 type WeightInfo = ();197}198}198199pallets/unique/src/tests.rsdiffbeforeafterboth2259 new_test_ext().execute_with(|| {2259 new_test_ext().execute_with(|| {2260 let origin1 = Origin::signed(1);2260 let origin1 = Origin::signed(1);226122612262 for i in 1..COLLECTION_NUMBER_LIMIT {2262 for i in 1..=COLLECTION_NUMBER_LIMIT {2263 create_test_collection(&CollectionMode::NFT, CollectionId(i));2263 create_test_collection(&CollectionMode::NFT, CollectionId(i));2264 }2264 }22652265