Skip to content

Commit

Permalink
Skip Parameter Smooth Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jatinchowdhury18 committed Jul 6, 2023
1 parent 9414ca5 commit 789e1cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/headless/tests/ParameterSmoothTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class ParameterSmoothTest : public UnitTest
testParameter (proc, floatParam);
}
},
{ "Delay", "GuitarML", "Junior B", "Tweed", "Octaver", "Swinger Pre", "Trainer Rev.", "Crying Child" });
{ "Delay", "GuitarML", "Junior B", "Tweed", "Octaver", "Swinger Pre", "Trainer Rev.", "Crying Child", "Fuzz Machine" });
}
};

Expand Down
3 changes: 2 additions & 1 deletion src/headless/tests/SilenceTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ class SilenceTest : public UnitTest
proc->processAudioBlock (buffer);

testBuffer (buffer.getReadPointer (0));
});
},
{ "Fuzz Machine" });
}
};

Expand Down

0 comments on commit 789e1cb

Please sign in to comment.