Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
jfromaniello committed Jan 4, 2016
1 parent e403a66 commit 65b1f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/bug_147.tests.js → test/issue_147.tests.js
@@ -1,7 +1,7 @@
var jwt = require('../index');
var expect = require('chai').expect;

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

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

0 comments on commit 65b1f58

Please sign in to comment.