Skip to content

Commit f91000e

Browse files
committed
chore: typo
1 parent 7ab7451 commit f91000e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.crypto.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ describe('crypto', () => {
101101
assert(verified);
102102
});
103103

104-
it('should sign a message (JWT)', async () => {
104+
it('should sign a message (JWK)', async () => {
105105
const message = 'This message is signed';
106106
const expectedSignatureBase64 = [
107107
'ufyKBV+Ar7Yq8CSmSIN9m38ch4xnWBz8CP4qHh6V+',

0 commit comments

Comments
 (0)