Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pfbrowning committed Apr 7, 2020
1 parent eeac0af commit 6ffec3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/now-playing-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ describe('now-playing controller', () => {

// Initialize the now-playing module with the relevant spies
nowPlaying = proxyquire('../routes/controllers/now-playing', {
'express-validator/check': validatorCheck,
'express-validator': validatorCheck,
'node-internet-radio': nodeInternetRadio,
'../../logger': logger
})
Expand Down

0 comments on commit 6ffec3e

Please sign in to comment.