git.delta.rocks / unique-network / refs/commits / d59662d61f76

difftreelog

fix remove unused imports

Daniel Shiposha2022-09-30parent: #3ce311c.patch.diff
in: master

1 file changed

modifiedtests/src/getPropertiesRpc.test.tsdiffbeforeafterboth
15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.
1616
17import {IKeyringPair} from '@polkadot/types/types';17import {IKeyringPair} from '@polkadot/types/types';
18import {itSub, Pallets, requirePalletsOrSkip, usingPlaygrounds, expect} from './util/playgrounds';18import {itSub, usingPlaygrounds, expect} from './util/playgrounds';
19import {UniqueHelper, UniqueBaseCollection, UniqueNFTCollection, UniqueNFToken} from './util/playgrounds/unique';19import {UniqueHelper, UniqueNFTCollection} from './util/playgrounds/unique';
2020
21const collectionProps = [21const collectionProps = [
22 {key: 'col-0', value: 'col-0-value'},22 {key: 'col-0', value: 'col-0-value'},