fix(curriculum): quotes in tests (#18828)
* fix(curriculum): tests quotes * fix(curriculum): fill seed-teardown * fix(curriculum): fix tests and remove unneeded seed-teardown
This commit is contained in:
committed by
mrugesh mohapatra
parent
96eb124163
commit
79d9012432
@ -48,7 +48,7 @@ By solving all fifty puzzles find the sum of the 3-digit numbers found in the to
|
||||
```yml
|
||||
tests:
|
||||
- text: <code>euler96()</code> should return 24702.
|
||||
testString: 'assert.strictEqual(euler96(), 24702, "<code>euler96()</code> should return 24702.");'
|
||||
testString: assert.strictEqual(euler96(), 24702, '<code>euler96()</code> should return 24702.');
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user