Skip to content

Commit

Permalink
Fixing indentation in validate-json
Browse files Browse the repository at this point in the history
  • Loading branch information
thamara committed Jan 8, 2024
1 parent 57003cb commit 1227117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/__main__/validate-json.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe('Validate json', function()
});
});

describe('validate date with and without leading 0', function()
describe('validate date with and without leading 0', function()
{
const validFlexibleDate1 = [{ 'type': 'flexible', 'date': '2020-06-03', 'values': ['08:00', '12:00', '13:00', '14:00'] }];
const validFlexibleDate2 = [{ 'type': 'flexible', 'date': '2020-6-3', 'values': ['08:00', '12:00', '13:00', '14:00'] }];
Expand Down

0 comments on commit 1227117

Please sign in to comment.