Commit 944ae59
test, crypto: use correct object on assert
The test case for KeyObject does not really test the creation of
asymmetric cryptographic keys using jwk because of a misspelling of
the variable.
PR-URL: #51820
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>1 parent 0f5716c commit 944ae59Copy full SHA for 944ae59
File tree
Expand file treeCollapse file tree
1 file changed
+8
-8
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
1 file changed
+8
-8
lines changedOpen diff view settings
Collapse file
test/parallel/test-crypto-key-objects.js
Copy file name to clipboardExpand all lines: test/parallel/test-crypto-key-objects.js+8-8Lines changed: 8 additions & 8 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
169 | 169 | |
170 | 170 | |
171 | 171 | |
172 | | - |
173 | | - |
174 | | - |
175 | | - |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
176 | 176 | |
177 | 177 | |
178 | | - |
179 | | - |
180 | | - |
181 | | - |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
182 | 182 | |
183 | 183 | |
184 | 184 | |
|
0 commit comments