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

Commit

Permalink
Fix test -- messageBox
Browse files Browse the repository at this point in the history
  • Loading branch information
Suguru Hirahara committed Apr 24, 2017
1 parent 169d0d6 commit f011302
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 @@ -20,7 +20,7 @@ describe('MessageBox component unit tests', function () {
useCleanCache: true
})
mockery.registerMock('electron', require('../../../lib/fakeElectron'))
MessageBox = require('../../../../../app/renderer/components/messageBox')
MessageBox = require('../../../../../app/renderer/components/common/messageBox')
appActions = require('../../../../../js/actions/appActions')
})
after(function () {
Expand Down

0 comments on commit f011302

Please sign in to comment.