Skip to content

Commit

Permalink
fixes typo
Browse files Browse the repository at this point in the history
  • Loading branch information
comountainclimber committed Jul 9, 2018
1 parent 4e0ecd1 commit 9fb140f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __tests__/modules/metadata.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ describe('metadata module tests', () => {
done()
})

test('it shows a warning when the versions dont match', async done => {
// prettier-ignore
test('it shows a warning when the versions don\'t match', async done => {
const spy = jest.spyOn(notifications, 'showWarningNotification')

nock('https://api.github.com/repos/CityOfZion/neon-wallet')
Expand Down

0 comments on commit 9fb140f

Please sign in to comment.