Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: test private key must be defined
This test was excluded because the precondition wasn't hit when calling `keyring.onDecrypt` (I think due to another precondition somewhere else). It might be a bit sneaky to call the "private" method (`_unwrapKey`) in the tests, but it hits the precondition we're trying to test more directly.
- Loading branch information