Skip to content

Commit

Permalink
use numOutputChannels in test
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdupuis committed Sep 2, 2017
1 parent 68be549 commit 44bd300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/classlibrary/TestVolume.sc
Expand Up @@ -31,7 +31,7 @@ TestVolume : UnitTest {

this.bootServer;

this.assert(server.outputBus.numChannels == server.volume.numChannels, "volume synth has correct number of channels");
this.assert(server.outputBus.numChannels == server.volume.numOutputChannels, "volume synth has correct number of channels");

server.quit;
server.options.numOutputBusChannels = default_numChannels;
Expand Down

0 comments on commit 44bd300

Please sign in to comment.