Skip to content

Commit

Permalink
test nit
Browse files Browse the repository at this point in the history
Co-authored-by: Jan W <[email protected]>
  • Loading branch information
andrejborstnik and sparten11740 authored Apr 4, 2024
1 parent 58412d5 commit a1d8283
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ describe('lockPrivateKeys', () => {
keyId,
})

expect(!!exportedKeys.publicKey).toBe(true)
expect(exportedKeys.publicKey).toBeDefined()
})

it('should allow clone when locked', async () => {
Expand Down

0 comments on commit a1d8283

Please sign in to comment.