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

Commit

Permalink
Fixes failing unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NejcZdovc committed Oct 3, 2017
1 parent dddbcee commit 9989178
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ describe('Tabs content - Favicon', function () {
mockery.registerMock('../../../../extensions/brave/img/tabs/loading.svg')
windowStore = require('../../../../../../../js/stores/windowStore')
appStore = require('../../../../../../../js/stores/appStoreRenderer')
Favicon = require('../../../../../../../app/renderer/components/tabs/content/favicon')
Favicon = require('../../../../../../../app/renderer/components/tabs/content/favIcon')
appStore.state = fakeAppStoreRenderer
})

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe('Tabs content - NewSessionIcon', function () {
mockery.registerMock('../../../../extensions/brave/img/tabs/new_session.svg')
windowStore = require('../../../../../../../js/stores/windowStore')
appStore = require('../../../../../../../js/stores/appStoreRenderer')
NewSessionIcon = require('../../../../../../../app/renderer/components/tabs/content/NewSessionIcon')
NewSessionIcon = require('../../../../../../../app/renderer/components/tabs/content/newSessionIcon')
appStore.state = fakeAppStoreRenderer
})

Expand Down

0 comments on commit 9989178

Please sign in to comment.