git.delta.rocks / unique-network / refs/commits / 48ebb54c2948

difftreelog

fix weights in tests

Daniel Shiposha2023-03-27parent: #f2aedb5.patch.diff
in: master

4 files changed

deletedruntime/common/weights.rsdiffbeforeafterboth

no changes

addedruntime/common/weights/mod.rsdiffbeforeafterboth

no changes

modifiedruntime/tests/Cargo.tomldiffbeforeafterboth
43evm-coder = { workspace = true }43evm-coder = { workspace = true }
44up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.39" }44up-sponsorship = { default-features = false, git = "https://github.com/uniquenetwork/pallet-sponsoring", branch = "polkadot-v0.9.39" }
45xcm = { workspace = true }45xcm = { workspace = true }
46pallet-xcm = { workspace = true }
46pallet-configuration = { workspace = true }47pallet-configuration = { workspace = true }
4748
modifiedruntime/tests/src/lib.rsdiffbeforeafterboth
4444
45use dispatch::CollectionDispatchT;45use dispatch::CollectionDispatchT;
4646
47#[path = "../../common/weights.rs"]47#[path = "../../common/weights/mod.rs"]
48mod weights;48mod weights;
4949
50use weights::CommonWeights;50use weights::CommonWeights;