diff --git a/src/lib/__tests__/gateway.test.ts b/src/lib/__tests__/gateway.test.ts index 67a8692..82bff2d 100644 --- a/src/lib/__tests__/gateway.test.ts +++ b/src/lib/__tests__/gateway.test.ts @@ -318,7 +318,6 @@ describe('GatewayClient', () => { const mockIdentity: DeviceIdentity = { id: 'device-id-abc', publicKeyRaw: 'pubkey-raw-abc', - // eslint-disable-next-line @typescript-eslint/no-explicit-any keyPair: { privateKey: {} as CryptoKey, publicKey: {} as CryptoKey }, }; gw.setDeviceIdentity(mockIdentity);