Skip to content

Commit

Permalink
- Changed test
Browse files Browse the repository at this point in the history
  • Loading branch information
kkopanidis authored and ichernev committed Aug 9, 2017
1 parent 41efc3e commit a65bcc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/locale/es-do.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ test('weeks year starting sunday formatted', function (assert) {
});

test('test short months proper', function (assert) {
var str = "02-ago-2016"; // "02-ago-2016"
var str = '02-ago-2016'; // "02-ago-2016"
assert.equal(moment(str, 'DD-MMM-YYYY').month(), '7', '02-ago-2016 month should be 7');
});

Expand Down

0 comments on commit a65bcc5

Please sign in to comment.