Skip to content

Commit

Permalink
Fix LFO tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jd-13 committed May 4, 2024
1 parent 461838d commit bedd5bf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions WECore/RichterLFO/Tests/RichterLFOPairTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ SCENARIO("RichterLFOPair: Parameters can be set and retrieved correctly") {
CHECK(mLFOPair.LFO.getInvertSwitch() == true);
CHECK(mLFOPair.LFO.getWave() == 2);
CHECK(mLFOPair.LFO.getDepth() == Approx(0.1));
CHECK(mLFOPair.LFO.getDepthMod() == Approx(0.2));
CHECK(mLFOPair.LFO.getFreq() == Approx(3.0));
CHECK(mLFOPair.LFO.getFreqMod() == Approx(0.4));
CHECK(mLFOPair.LFO.getManualPhase() == Approx(0.5));
CHECK(mLFOPair.LFO.getTempoNumer() == Approx(2.0));
CHECK(mLFOPair.LFO.getTempoDenom() == Approx(3.0));
Expand Down

0 comments on commit bedd5bf

Please sign in to comment.