fix(lint): rename the challenge schema file

This commit is contained in:
Mrugesh Mohapatra
2023-03-18 21:47:27 +05:30
committed by Mrugesh Mohapatra
parent c97cae27e1
commit 04ee95dc3e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ const testEvaluator =
const { getLines } = require('../../utils/get-lines');
const { getChallengesForLang, getMetaForBlock } = require('../get-challenges');
const { challengeSchemaValidator } = require('../schema/challengeSchema');
const { challengeSchemaValidator } = require('../schema/challenge-schema');
const { testedLang, getSuperOrder } = require('../utils');
const ChallengeTitles = require('./utils/challenge-titles');
const MongoIds = require('./utils/mongo-ids');