Skip to content

Commit

Permalink
Filter_EyePattern unit test: fixed typo causing false failures
Browse files Browse the repository at this point in the history
  • Loading branch information
azonenberg committed Oct 5, 2024
1 parent 845c759 commit 5222ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Filters/Filter_EyePattern.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ using namespace std;

TEST_CASE("Filter_EyePattern")
{
auto filter = dynamic_cast<EyePattern*>(Filter::CreateFilter("EyePattern", "#ffffff"));
auto filter = dynamic_cast<EyePattern*>(Filter::CreateFilter("Eye pattern", "#ffffff"));
REQUIRE(filter != nullptr);
filter->AddRef();

Expand Down

0 comments on commit 5222ca1

Please sign in to comment.