From 18bd1f51b352e79343ed017ae8ebeb55a2123e7e Mon Sep 17 00:00:00 2001 From: Yaroslav Bolyukin Date: Tue, 23 Mar 2021 11:58:15 +0000 Subject: [PATCH] tests: make collection creation free for unit tests --- --- a/pallets/nft/src/mock.rs +++ b/pallets/nft/src/mock.rs @@ -135,7 +135,7 @@ } parameter_types! { - pub const CollectionCreationPrice: u32 = 1_000_000; + pub const CollectionCreationPrice: u32 = 0; pub TreasuryAccountId: u64 = 1234; } -- gitstuff