Skip to content

Commit 76d902f

Browse files
committed
SampleRendering: fix broken tests
1 parent c7f26e2 commit 76d902f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/sampleRendering.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ TEST_CASE("rendering::sampleRendering")
2424
channelShared.quantizer.emplace();
2525
channelShared.renderQueue.emplace(/*size=*/16);
2626
channelShared.resampler.emplace(Resampler::Quality::LINEAR);
27+
channelShared.stretcher.emplace(48000);
2728

2829
SECTION("Test initialization")
2930
{

0 commit comments

Comments
 (0)