1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-24 15:59:41 +02:00

Jshint & test fix

This commit is contained in:
Houssem BELHADJ AHMED 2015-03-08 18:19:51 +01:00
parent 9afe57e0ec
commit f29eaa28ba
2 changed files with 3 additions and 3 deletions

View file

@ -150,7 +150,7 @@ describe('filters', function () {
describe('getdate', function () {
it('should convert the Docker date to a human readable form', inject(function(getdateFilter) {
expect(getdateFilter(1420424998)).toBe('Sun Jan 04 2015');
expect(getdateFilter(1420424998)).toBe('Mon Jan 05 2015');
}));
});