Skip to content

Commit 7371f77

Browse files
authored
Update JS Dependencies (#2230)
# Goal The goal of this PR is regular updates of the `package.json` for published packages and e2e tests.
1 parent 4e9a1a2 commit 7371f77

File tree

7 files changed

+2341
-2710
lines changed

7 files changed

+2341
-2710
lines changed

e2e/capacity/transactionsBatch.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ describe('Capacity Transactions Batch', function () {
2525
describe('pay_with_capacity_batch_all', function () {
2626
let capacityProviderKeys: KeyringPair;
2727
let capacityProvider: u64;
28-
let schemaId: u16;
2928
let defaultPayload: AddProviderPayload;
3029
const amountStaked = 9n * DOLLARS;
3130

3231
beforeEach(async function () {
32+
const schemaId: u16 = new u16(ExtrinsicHelper.api.registry, 1);
3333
capacityProviderKeys = createKeys('CapacityProviderKeys');
3434
capacityProvider = await createMsaAndProvider(
3535
fundingSource,

0 commit comments

Comments
 (0)