We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b16047 commit 21dbf8cCopy full SHA for 21dbf8c
packages/neuron-wallet/tests/services/hardware.test.ts
@@ -42,7 +42,7 @@ describe('HardwareWalletService', () => {
42
expect(device.deviceInfo).toEqual(ledgerNanoS)
43
})
44
45
- it('mutilple init should disconnect device', async () => {
+ it('multiple init should disconnect device', async () => {
46
const device = await HardwareService.getInstance().initHardware(ledgerNanoS)
47
await HardwareService.getInstance().initHardware(ledgerNanoS)
48
expect(device.isConnected).toBe(false)
0 commit comments