Skip to content

Commit

Permalink
test: use appropriate usages for a negative import test
Browse files Browse the repository at this point in the history
Refs: #47864
PR-URL: #47878
Refs: #47864
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
panva authored and targos committed May 12, 2023
1 parent 09fb74a commit 8f547af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-webcrypto-export-import-cfrg.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ async function testImportJwk({ name, publicUsages, privateUsages }, extractable)
{ ...jwk, crv },
{ name },
extractable,
publicUsages),
privateUsages),
{ message: 'JWK "crv" Parameter and algorithm name mismatch' });
}

Expand Down

0 comments on commit 8f547af

Please sign in to comment.