mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum): adjust test euler-227 (#44180)
Correct test to match test-text.
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ In a game with 100 players, what is the expected number of turns the game lasts?
|
||||
`theChase()` should return `3780.618622`.
|
||||
|
||||
```js
|
||||
assert.strictEqual(theChase(), 0.618622);
|
||||
assert.strictEqual(theChase(), 3780.618622);
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
||||
Reference in New Issue
Block a user