Skip to content

Commit

Permalink
Update unit test to search for 1d
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoReeves committed Aug 4, 2023
1 parent cd903da commit 45993d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td.server/test/helpers/jwt.helper.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('helpers/jwt.helper.js', () => {
sinon.match.any,
config.ENCRYPTION_JWT_SIGNING_KEY,
{
expiresIn: '5m'
expiresIn: '1d'
}
);
});
Expand Down

0 comments on commit 45993d6

Please sign in to comment.