From f6ddf4b03b798de300791b10a0654494e86fa357 Mon Sep 17 00:00:00 2001 From: "Zed A. Shaw" Date: Sun, 3 Nov 2024 01:24:26 -0500 Subject: [PATCH] Make it clear this is testing an ftxui setting. --- tests/ansi_parser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ansi_parser.cpp b/tests/ansi_parser.cpp index e95d6ce..b04a674 100644 --- a/tests/ansi_parser.cpp +++ b/tests/ansi_parser.cpp @@ -17,7 +17,7 @@ using namespace fmt; using namespace ftxui; std::string generate_colors() { - REQUIRE(ftxui::Terminal::ColorSupport() == Terminal::Color::TrueColor); + REQUIRE(ftxui::Terminal::ColorSupport() == ftxui::Terminal::Color::TrueColor); const int max_value = 255; const int value_increment = 8;