Skip to content
/ node Public
forked from nodejs/node

Commit

Permalink
test: use appropriate usages for a negative import test
Browse files Browse the repository at this point in the history
  • Loading branch information
panva committed May 5, 2023
1 parent 46c3f4d commit 2b1d0b1
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 @@ -308,7 +308,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 2b1d0b1

Please sign in to comment.