Skip to content

Commit 4003209

Browse files
committed
removed tab in token-model_test.js
1 parent 05b8944 commit 4003209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/models/token-model_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('Model', function() {
1818
};
1919

2020
var model = new TokenModel(data);
21-
should.exist(model.accessTokenLifetime);
21+
should.exist(model.accessTokenLifetime);
2222
model.accessTokenLifetime.should.a('number');
2323
model.accessTokenLifetime.should.be.approximately(3600, 2);
2424
});

0 commit comments

Comments
 (0)