revert: "test(challenges): Corrected expected average value" (#17568)
This commit is contained in:
parent
0d2afb5743
commit
20fac4e2c3
@ -1102,8 +1102,8 @@
|
||||
"testString": "assert(code.match(/\\.reduce/g), 'Your code should use the <code>reduce</code> method.');"
|
||||
},
|
||||
{
|
||||
"text": "The <code>averageRating</code> should equal 8.52.",
|
||||
"testString": "assert(averageRating == 8.52, 'The <code>averageRating</code> should equal 8.52.');"
|
||||
"text": "The <code>averageRating</code> should equal 8.675.",
|
||||
"testString": "assert(averageRating == 8.675, 'The <code>averageRating</code> should equal 8.675.');"
|
||||
},
|
||||
{
|
||||
"text": "Your code should not use a <code>for</code> loop.",
|
||||
@ -1698,4 +1698,4 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user