mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-05 05:18:44 -05:00
fix(curriculum): fix test for step 71 of the music player lesson (#59724)
This commit is contained in:
@@ -16,7 +16,7 @@ Now you should see the song title and the artist show up in the display.
|
||||
You should call the `setPlayerDisplay` function inside your `playSong` function.
|
||||
|
||||
```js
|
||||
assert.match(code, /setPlayerDisplay\(\s*\)\s*;?/)
|
||||
assert.match(__helpers.removeJSComments(code), /highlightCurrentSong\(\s*\)\s*(;|\n+)\s*setPlayerDisplay\(\s*\)\s*;?/)
|
||||
```
|
||||
|
||||
# --seed--
|
||||
|
||||
Reference in New Issue
Block a user