fix(curriculum): Remove additional unnecessary assert message argument from English Coding Interview Prep challenges (#36440)
* fix: removed more assert msg args * fix: remove single quotes wrapping testString Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> * fix: remove single quotes wrapping testString Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> * fix: remove single quotes wrapping testString Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> * fix: remove single quotes wrapping testString Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> * fix: remove single quotes wrapping testString Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> * fix: remove single quotes wrapping testString Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> * fix: remove single quotes wrapping testString Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> * fix: remove single quotes wrapping testString Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com>
This commit is contained in:
committed by
Parth Parth
parent
f2df76c099
commit
ee97fa4542
@ -22,7 +22,7 @@ Note: as 1! = 1 and 2! = 2 are not sums they are not included.
|
||||
```yml
|
||||
tests:
|
||||
- text: '<code>digitFactorial()</code> should return { sum: 40730, numbers: [145, 40585] }.'
|
||||
testString: "assert.deepEqual(digitFactorial(), { sum: 40730, numbers: [145, 40585] }, '<code>digitFactorial()</code> should return { sum: 40730, numbers: [145, 40585] }.');"
|
||||
testString: "assert.deepEqual(digitFactorial(), { sum: 40730, numbers: [145, 40585] });"
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user