Skip to content

Commit

Permalink
Update examples/integration-scripts/externalModule.test.ts
Browse files Browse the repository at this point in the history
Fix spelling error
  • Loading branch information
lenkan authored Nov 28, 2023
1 parent f1585fc commit da2e82d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/integration-scripts/externalModule.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { BIP39Shim } from './modules/bip39_shim';
const url = 'http://127.0.0.1:3901';
const boot_url = 'http://127.0.0.1:3903';

test('bip39_ship', async () => {
test('bip39_shim', async () => {
await signify.ready();
const bran1 = signify.randomPasscode();
const externalModule: signify.ExternalModule = {
Expand Down

0 comments on commit da2e82d

Please sign in to comment.