summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAlexander Batischev <eual.jp@gmail.com>2021-06-29 21:44:41 +0300
committerAlexander Batischev <eual.jp@gmail.com>2021-07-02 14:14:45 +0300
commitea18fbd64321c44e38ba7fb5a716bdec3c6ef686 (patch)
tree489a597248b2676cd6256d4529aa72dd8c099f1e /test
parent63b6c2ff69a8b46e7aec1336bbddbcb1779100aa (diff)
Apply review suggestions from Lyse
Co-authored-by: Lyse <github@lyse.isobeef.org>
Diffstat (limited to 'test')
-rw-r--r--test/colormanager.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/colormanager.cpp b/test/colormanager.cpp
index 33113608..1e896efe 100644
--- a/test/colormanager.cpp
+++ b/test/colormanager.cpp
@@ -333,6 +333,9 @@ TEST_CASE("If no colors were specified for the "
REQUIRE(collector.styles_count() >= 1);
REQUIRE(collector.style("listnormal") == "fg=black,bg=white");
+
+ REQUIRE(collector.style(element) == "");
+ REQUIRE(collector.style("info") == "");
}
}
}