Updated test.
This commit is contained in:
@@ -9,6 +9,6 @@ describe('getTodaysDateInFormat', function() {
|
||||
});
|
||||
|
||||
it('should return todays date in format YYYY-MM-DD', function() {
|
||||
expect(getTodaysDateInFormat()).to.be('2015-06-14');
|
||||
expect(getTodaysDateInFormat()).to.equal('2015-06-14');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user