Skip to content

Commit

Permalink
update color test
Browse files Browse the repository at this point in the history
  • Loading branch information
pit-ray committed Mar 31, 2024
1 parent b285f4a commit 59f5dec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/menu_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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))) ;

}
}

0 comments on commit 59f5dec

Please sign in to comment.