mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
@ -85,7 +85,7 @@ TEST_CASE("Load multiple bar config with include", "[config]") {
|
||||
conf.load("test/config/include-multi.json");
|
||||
|
||||
SECTION("bar config with sole include") {
|
||||
auto data = conf.getOutputConfigs("OUT-0", "Fake ouptut #0");
|
||||
auto data = conf.getOutputConfigs("OUT-0", "Fake output #0");
|
||||
REQUIRE(data.size() == 1);
|
||||
REQUIRE(data[0]["height"].asInt() == 20);
|
||||
}
|
||||
|
Reference in New Issue
Block a user