Skip to content

Commit

Permalink
Update iso8061date-tests.js
Browse files Browse the repository at this point in the history
Fixing 'shoudl' typo
  • Loading branch information
dubrie committed May 8, 2020
1 parent 8afb26e commit ce22adc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/util/iso8061date-tests.js
Expand Up @@ -40,7 +40,7 @@ describe('iso8061date-tests', function () {
done();
});

it('parsing a long Timestamp with rounding shoudl work', function (done) {
it('parsing a long Timestamp with rounding should work', function (done) {
var datetime = new Date(Date.UTC(2011, 6, 17, 14, 0, 23, 270));
var datetimeAtom = "2011-07-17T14:00:23.26993Z";
var parsed = ISO8061Date.parse(datetimeAtom);
Expand Down

0 comments on commit ce22adc

Please sign in to comment.