We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b8944 commit 4003209Copy full SHA for 4003209
test/unit/models/token-model_test.js
@@ -18,7 +18,7 @@ describe('Model', function() {
18
};
19
20
var model = new TokenModel(data);
21
- should.exist(model.accessTokenLifetime);
+ should.exist(model.accessTokenLifetime);
22
model.accessTokenLifetime.should.a('number');
23
model.accessTokenLifetime.should.be.approximately(3600, 2);
24
});
0 commit comments