We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58412d5 commit a1d8283Copy full SHA for a1d8283
features/keychain/module/__tests__/lock-private-keys.test.js
@@ -52,7 +52,7 @@ describe('lockPrivateKeys', () => {
52
keyId,
53
})
54
55
- expect(!!exportedKeys.publicKey).toBe(true)
+ expect(exportedKeys.publicKey).toBeDefined()
56
57
58
it('should allow clone when locked', async () => {
0 commit comments