diff --git a/tools/src/tester/ChapterEvaluator.ts b/tools/src/tester/ChapterEvaluator.ts index 626e3c4ed..36f6fc57c 100644 --- a/tools/src/tester/ChapterEvaluator.ts +++ b/tools/src/tester/ChapterEvaluator.ts @@ -6,7 +6,6 @@ import { ResponseError } from './ChapterReader' export default class ChapterEvaluator { chapter: Chapter - result: Result = Result.PASSED skip_payload: boolean = false constructor (chapter: Chapter) {