fix: failing test (#38253)

pull/39553/head
Tom 2020-02-24 10:07:50 -06:00 committed by Mrugesh Mohapatra
parent 9ba1f1f6d0
commit dae411d408
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ while(i < 5) {
```yml
tests:
- text: See description above for instructions.
testString: assert(pick.toString().replace(/\s/g, '').includes('while(numbers.length<10){if(Date.now()-_LP>100){')); # Take loop protect into account
testString: assert(pick.toString().replace(/\s/g, '').includes('while(numbers.length<10){if(_LPC++%2000===0&&Date.now()-_LP>1500){')); # Take loop protect into account
```