Skip to content

Commit 79106c1

Browse files
committed
adding test case names
1 parent 81b8581 commit 79106c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/validator.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1242,7 +1242,7 @@ describe('VALIDATE FUNCTION TESTS ', function () {
12421242
});
12431243

12441244
oneOfChildPropertyNoType.forEach((specData) => {
1245-
it('Should correctly ' +
1245+
it('Should correctly resolve and validate for oneOfChild scenarios ' +
12461246
specData.version, function (done) {
12471247
let invalidTypePropertySpec = fs.readFileSync(specData.path, 'utf-8'),
12481248
invalidTypePropertyCollection = fs.readFileSync(path.join(__dirname, VALIDATION_DATA_FOLDER_PATH +

0 commit comments

Comments
 (0)