Skip to content

Commit ce93d6d

Browse files
committed
Fix multi stream record node test
1 parent ca0d702 commit ce93d6d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Processors/RecordNodeTests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -875,7 +875,7 @@ TEST_F(MultiStream_RecordNodeTests, DisabledMiddleStream_DoesNotBlockSubsequentS
875875
middleStreamMask->setNextValue(noChannelsSelected, false);
876876
processor->updateSettings();
877877

878-
tester->startAcquisition(true);
878+
tester->startAcquisition(true, true);
879879

880880
AudioBuffer<float> inputBuffer(12, 256); // 3 streams * 4 channels/stream
881881
for (int ch = 0; ch < inputBuffer.getNumChannels(); ch++) {

0 commit comments

Comments
 (0)