Skip to content

Commit 65b1f58

Browse files
committed
minor
1 parent e403a66 commit 65b1f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/bug_147.tests.js test/issue_147.tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var jwt = require('../index');
22
var expect = require('chai').expect;
33

4-
describe('signing with a sealed payload', function() {
4+
describe('issue 147 - signing with a sealed payload', function() {
55

66
it('should put the expiration claim', function () {
77
var token = jwt.sign(Object.seal({foo: 123}), '123', { expiresIn: 10 });

0 commit comments

Comments
 (0)