Skip to content

Commit

Permalink
Fix rendering tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gvnnz committed Nov 17, 2024
1 parent da37a28 commit 9f35ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/sampleRendering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ TEST_CASE("rendering::sampleRendering")

REQUIRE(channel.sampleChannel->hasWave() == true);
REQUIRE(channel.sampleChannel->begin == 0);
REQUIRE(channel.sampleChannel->end == wave.getBuffer().countFrames() - 1);
REQUIRE(channel.sampleChannel->end == wave.getBuffer().countFrames());

REQUIRE(channelShared.tracker.load() == 0);
REQUIRE(channelShared.playStatus.load() == ChannelStatus::OFF);
Expand Down

0 comments on commit 9f35ec0

Please sign in to comment.