From da2e82d2cc2b36c28364382aca434c80d0f01cf7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Lenksj=C3=B6?= <5889538+lenkan@users.noreply.github.com> Date: Tue, 28 Nov 2023 09:58:35 +0100 Subject: [PATCH] Update examples/integration-scripts/externalModule.test.ts Fix spelling error --- examples/integration-scripts/externalModule.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/integration-scripts/externalModule.test.ts b/examples/integration-scripts/externalModule.test.ts index 85995b48..f8048cea 100644 --- a/examples/integration-scripts/externalModule.test.ts +++ b/examples/integration-scripts/externalModule.test.ts @@ -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 = {