git.delta.rocks / unique-network / refs/commits / 18c626acb2cd

difftreelog

fix remove unused import

Daniel Shiposha2022-10-11parent: #791752e.patch.diff
in: master

1 file changed

modifiedtests/src/eth/scheduling.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 {expect} from 'chai';17import {expect} from 'chai';
18// import {subToEth} from './util/helpers';
19import {EthUniqueHelper, itEth} from './util/playgrounds';18import {EthUniqueHelper, itEth} from './util/playgrounds';
20import {Pallets} from '../util/playgrounds';19import {Pallets} from '../util/playgrounds';
2120