FIX: shortDate tests

This commit is contained in:
Régis Hanol 2014-03-11 12:37:54 +01:00
parent f8bf0fbad8
commit 8b6930a5cf
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var formatDays = function(days) {
}; };
var shortDate = function(days){ var shortDate = function(days){
return moment().subtract('days', days).format('MMM D'); return moment().subtract('days', days).format('D MMM');
}; };
test("formating medium length dates", function() { test("formating medium length dates", function() {