From dce5c7911d5867cf186d18712ca59aca82268282 Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Fri, 16 Dec 2022 05:51:43 +0000 Subject: [PATCH] Fix typo --- --- a/tests/src/app-promotion.test.ts +++ b/tests/src/app-promotion.test.ts @@ -27,8 +27,8 @@ let palletAddress: string; let accounts: IKeyringPair[]; // App promotion periods: -// LOCKING_PERIOD = 12n; // 8 blocks of relay -// UNLOCKING_PERIOD = 6n; // 4 blocks of parachain +// LOCKING_PERIOD = 12 blocks of relay +// UNLOCKING_PERIOD = 6 blocks of parachain describe('App promotion', () => { before(async function () { -- gitstuff