Skip to content

Commit 57bc37e

Browse files
committed
Linting
1 parent 00929a3 commit 57bc37e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dist/tests/schemaRules/definition.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ exports.default = function (test) {
2929
describeOptionalProp_1.default('moreInfo', factory_1.iri, validData, test);
3030
describeOptionalProp_1.default('extensions', factory_1.extensions, validData, test);
3131
describeOptionalProp_1.default('interactionType', factory_1.interactionType, validData, test);
32-
describeOptionalProp_1.default('correctResponsesPattern', correctResponsesPattern, __assign({}, validData, { type: 'http://adlnet.gov/expapi/activities/cmi.interaction', interactionType: "fill-in" }), test);
32+
describeOptionalProp_1.default('correctResponsesPattern', correctResponsesPattern, __assign({}, validData, { type: 'http://adlnet.gov/expapi/activities/cmi.interaction', interactionType: 'fill-in' }), test);
3333
describeInteractionProp_1.default(['choices'], 'choice', test);
3434
describeInteractionProp_1.default(['choices'], 'sequencing', test);
3535
describeInteractionProp_1.default(['scale'], 'likert', test);

src/tests/schemaRules/definition.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export default (test: Test) => {
3232
describeOptionalProp('correctResponsesPattern', correctResponsesPattern, {
3333
...validData,
3434
type: 'http://adlnet.gov/expapi/activities/cmi.interaction',
35-
interactionType: "fill-in"
35+
interactionType: 'fill-in'
3636
}, test);
3737

3838
describeInteractionProp(['choices'], 'choice', test);

0 commit comments

Comments
 (0)