Skip to content

Commit

Permalink
[CHORE] Remove unused mock from test/listener.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Zeiler committed Jan 3, 2014
1 parent 492aadc commit 24c27de
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,6 @@ describe('AccountListener', function(){
})

it('should notify of an incoming payment with an event', function(done){
callback = sinon.spy()
payment = new Payment(Fixtures.IouToSameIou)

listener.on('payment', function(payment){
assert.equal(payment.fromAddress, 'rHKueQebtVU9cEamhBbMV8AEViqKjXcBcB')
assert.equal(payment.toCurrency, 'XAG')
Expand Down

0 comments on commit 24c27de

Please sign in to comment.