Skip to content

Commit

Permalink
Fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
helenm authored and whomwah committed Jul 30, 2020
1 parent 802179b commit a1444b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/current-track/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ describe('CurrentTrack', () => {
/>
)

expect(wrapper.find('img')).toMatchSnapshot();
expect(wrapper.find('img')).toMatchSnapshot()
expect(wrapper.find('img').prop('alt')).toMatchSnapshot()
})
})
Expand Down

0 comments on commit a1444b1

Please sign in to comment.