Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
whomwah committed Sep 27, 2019
1 parent 799a527 commit ec5685d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/src/lib/services/spotify/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ describe('SpotifyService', () => {
.mockImplementationOnce(() => Promise.resolve()),
add: jest.fn()
.mockImplementationOnce(() => Promise.resolve('track added OK'))
.mockImplementationOnce(() => Promise.reject('bang'))
}
}
const mockCallback = jest.fn()
Expand Down

0 comments on commit ec5685d

Please sign in to comment.