diff --git a/challenges/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai.json b/challenges/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai.json index c1530aebbb..0d682b4cf7 100644 --- a/challenges/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai.json +++ b/challenges/06-information-security-and-quality-assurance/quality-assurance-and-testing-with-chai.json @@ -558,7 +558,7 @@ }, { "text": "Choose the right assertion - typeOf vs. notTypeOf", - "testString": "getUserInput => $.get(getUserInput('url') + '/_api/get-tests?type=unit&n=16').then(data => { assert.equal(data.assertions[1].method, 'notTypeOf', 'Plane.wings is a Number (not a String)'); }, xhr => { throw new Error(xhr.responseText); })" + "testString": "getUserInput => $.get(getUserInput('url') + '/_api/get-tests?type=unit&n=16').then(data => { assert.equal(data.assertions[2].method, 'notTypeOf', 'Plane.wings is a Number (not a String)'); }, xhr => { throw new Error(xhr.responseText); })" }, { "text": "Choose the right assertion - typeOf vs. notTypeOf",