difftreelog
Fix typo
in: master
1 file changed
tests/src/app-promotion.test.tsdiffbeforeafterboth27let 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 relay31// UNLOCKING_PERIOD = 6n; // 4 blocks of parachain31// UNLOCKING_PERIOD = 6 blocks of parachain323233describe('App promotion', () => {33describe('App promotion', () => {34 before(async function () {34 before(async function () {