Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed Mar 19, 2024
1 parent 5f84374 commit 69d4b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WECore/RichterLFO/Tests/RichterLFOPairTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ SCENARIO("RichterLFOPair: Parameters enforce their bounds correctly") {

CHECK(mLFOPair.MOD->getWave() == 1);
CHECK(mLFOPair.MOD->getDepth() == Approx(0.0));
CHECK(mLFOPair.MOD->getFreq() == Approx(0.5));
CHECK(mLFOPair.MOD->getFreq() == Approx(0.0));
CHECK(mLFOPair.MOD->getManualPhase() == Approx(0.0));
CHECK(mLFOPair.MOD->getTempoNumer() == Approx(1.0));
CHECK(mLFOPair.MOD->getTempoDenom() == Approx(1.0));
Expand Down

0 comments on commit 69d4b51

Please sign in to comment.