Updated test.

This commit is contained in:
Mario Basic
2015-06-14 01:10:10 +02:00
parent 229f514819
commit fda748019c

View File

@@ -9,6 +9,6 @@ describe('getTodaysDateInFormat', function() {
}); });
it('should return todays date in format YYYY-MM-DD', 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');
}); });
}); });