Commit 013bb31e authored by sergey's avatar sergey

fix test

parent 0d62b7f0
......@@ -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');
});
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment