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

difftreelog

Fix typo

Max Andreev2022-12-16parent: #32c79df.patch.diff
in: master

1 file changed

modifiedtests/src/app-promotion.test.tsdiffbeforeafterboth
27let palletAddress: string;27let palletAddress: string;
28let accounts: IKeyringPair[];28let accounts: IKeyringPair[];
29// App promotion periods:29// App promotion periods:
30// LOCKING_PERIOD = 12n; // 8 blocks of relay30// LOCKING_PERIOD = 12 blocks of relay
31// UNLOCKING_PERIOD = 6n; // 4 blocks of parachain31// UNLOCKING_PERIOD = 6 blocks of parachain
3232
33describe('App promotion', () => {33describe('App promotion', () => {
34 before(async function () {34 before(async function () {