Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
antirek committed Mar 19, 2015
1 parent 0d62b7f commit 013bb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ describe('Context', function() {

describe('record file', function() {
it('record', function () {
this.context.recordFile('test', 'wav', '#', 10, function() {});
this.context.recordFile('test', 'wav', '#', 10, 0, 1, 2, function() {});
expect(this.context.sent.join('')).to.eql('RECORD FILE "test" wav # 10000 0 1 2\n');
});
});
Expand Down

0 comments on commit 013bb31

Please sign in to comment.