Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Fix for unit test; I unintentionally had broke this after localizing …
Browse files Browse the repository at this point in the history
…alert buttons
  • Loading branch information
bsclifton committed Mar 2, 2017
1 parent 0ff1e08 commit 24273c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/app/renderer/components/messageBoxTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe('MessageBox component unit tests', function () {
/>
)
const instance = wrapper.instance()
assert.deepEqual(instance.buttons.toJS(), ['OK'])
assert.deepEqual(instance.buttons.toJS(), ['ok'])
})
})

Expand Down

0 comments on commit 24273c2

Please sign in to comment.