diff --git a/tests/jsonobjecttests.ts b/tests/jsonobjecttests.ts index a627b6500e..d67a351807 100644 --- a/tests/jsonobjecttests.ts +++ b/tests/jsonobjecttests.ts @@ -3030,6 +3030,6 @@ QUnit.test("Check that .toJSON returns clean structure for all question types", if (qModel.isQuestion && qModel.getType() === cls.name) { assert.deepEqual(qModel.toJSON(), etalon, `JSON for ${cls.name} is clean`); } - }; + } } }); \ No newline at end of file