Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoenig134 committed Dec 11, 2024
1 parent 60a986a commit 9b0bafb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/runtime/test/transport/identityRecoveryKits.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ beforeAll(async () => {
const runtimeServices = await serviceProvider.launch(1, { enableDatawallet: true });
services = runtimeServices[0];

const datawalletDisbledServices = await serviceProvider.launch(1, { enableDatawallet: false });
servicesWithDisabledDatawallet = datawalletDisbledServices[0];
const datawalletDisabledServices = await serviceProvider.launch(1, { enableDatawallet: false });
servicesWithDisabledDatawallet = datawalletDisabledServices[0];
}, 30000);

afterAll(async () => await serviceProvider.stop());
Expand Down

0 comments on commit 9b0bafb

Please sign in to comment.