Skip to content

Commit

Permalink
Change test title to XML Schema Dates.
Browse files Browse the repository at this point in the history
  • Loading branch information
aljones15 committed Dec 1, 2023
1 parent 80d30d7 commit 88486da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/20-dateRegex.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as vc from '../lib/index.js';
const assertDateTime = (date, bool) =>
vc.dateRegex.test(date).should.equal(bool);

describe('verifies RFC3339 Dates', function() {
describe('verifies XML Schema Dates', function() {
it('verify a valid date', function() {
const latest = new Date().toISOString();
assertDateTime(latest, true);
Expand Down

0 comments on commit 88486da

Please sign in to comment.