Skip to content

Commit

Permalink
Fix bad test setup
Browse files Browse the repository at this point in the history
  • Loading branch information
wilwade committed Dec 2, 2024
1 parent 5f465d3 commit 0d4ddf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/capacity/transactionsBatch.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ describe('Capacity Transactions Batch', function () {
describe('pay_with_capacity_batch_all', function () {
let capacityProviderKeys: KeyringPair;
let capacityProvider: u64;
let schemaId: u16;
let defaultPayload: AddProviderPayload;
const amountStaked = 9n * DOLLARS;

beforeEach(async function () {
const schemaId: u16 = new u16(ExtrinsicHelper.api.registry, 1);
capacityProviderKeys = createKeys('CapacityProviderKeys');
capacityProvider = await createMsaAndProvider(
fundingSource,
Expand Down

0 comments on commit 0d4ddf4

Please sign in to comment.