diff --git a/tests/menu_test.cpp b/tests/menu_test.cpp index 1356a13..31d9770 100644 --- a/tests/menu_test.cpp +++ b/tests/menu_test.cpp @@ -48,5 +48,9 @@ TEST_CASE("FluentMenu Test: ") { CHECK(menu1.set_color( RGB(255, 0, 255), RGB(0, 255, 255), RGB(0, 0, 255))) ; + // Re-set the color + CHECK(menu1.set_color( + RGB(255, 0, 255), RGB(0, 255, 255), RGB(0, 0, 255))) ; + } }