Skip to content

Commit

Permalink
Tests: ensure 12:00:00 hour part on fake timestamp (#3452)
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell authored and mkendall07 committed Jan 16, 2019
1 parent 42cd7ae commit d626c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/spec/modules/currency_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ describe('currency', function () {
describe('setConfig', function () {
beforeEach(function() {
sandbox = sinon.sandbox.create();
clock = sinon.useFakeTimers(1047010195974);
clock = sinon.useFakeTimers(1046952000000); // 2003-03-06T12:00:00Z
});

afterEach(function () {
Expand Down

0 comments on commit d626c73

Please sign in to comment.