Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Aug 22, 2023
1 parent f187156 commit 275e6bc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/cert.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,8 @@ describe("Certification Tests", () => {

describe("CA", () => {
test("Generate certificate and private key (with attributes)", async () => {
const { cert, key, passphrase } = await _private.generateCACert(
certOptions,
);
const { cert, key, passphrase } =
await _private.generateCACert(certOptions);
const certificate = forge.pki.certificateFromPem(cert);
const attrs = certificate.subject.attributes;
assertDefaultAttributes(attrs);
Expand Down

0 comments on commit 275e6bc

Please sign in to comment.