Skip to content

Commit

Permalink
fix(disposition-test): use this instead of receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Aug 4, 2015
1 parent 52381f2 commit 9b6a47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/qpid/disposition.test.js
Expand Up @@ -82,7 +82,7 @@ describe('Disposition', function() {
receivedCount++;

// send manual disposition
receiver.accept(message);
this.accept(message);
if (receivedCount !== messageCount) {
return;
}
Expand Down

0 comments on commit 9b6a47e

Please sign in to comment.