Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
cperryk committed May 5, 2017
1 parent 8eedd3a commit 443c422
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/time/formatLocalDate.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ describe('Filters: ' + filterName, function () {

it('if date is set to "now," uses current time', function () {
sandbox.clock.tick(1);
expect(filter('now', 'M/D/YYYY h:mm a')).to.equal('12/31/1969 7:00 pm');
expect(filter('now', 'x')).to.equal(sandbox.clock.now.toString());
});
});

0 comments on commit 443c422

Please sign in to comment.