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

Commit

Permalink
Removing unused spy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml committed May 31, 2018
1 parent a237603 commit faead55
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/unit/app/browser/api/ledgerTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -1163,11 +1163,9 @@ describe('ledger api unit tests', function () {
})
})
describe('saveVisit', function () {
let setPublisherSpy
let setPublishersPropSpy

before(function () {
setPublisherSpy = sinon.spy(ledgerState, 'setPublisher')
setPublishersPropSpy = sinon.spy(ledgerState, 'setPublishersProp')
})

Expand All @@ -1180,13 +1178,11 @@ describe('ledger api unit tests', function () {
})

afterEach(function () {
setPublisherSpy.reset()
setPublishersPropSpy.reset()
ledgerApi.setSynopsis(undefined)
})

after(function () {
setPublisherSpy.restore()
setPublishersPropSpy.restore()
})

Expand Down

0 comments on commit faead55

Please sign in to comment.