From 9ea239e7de4b11ac812640a54a67b4231c3b9ded Mon Sep 17 00:00:00 2001 From: Neil Date: Mon, 3 Apr 2017 18:59:40 +1000 Subject: Fix test which was broken by encapsulation of revision 6195. --- test/unit/testDecoration.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/unit/testDecoration.cxx b/test/unit/testDecoration.cxx index 2f1c66a30..bbd07b868 100644 --- a/test/unit/testDecoration.cxx +++ b/test/unit/testDecoration.cxx @@ -24,7 +24,7 @@ TEST_CASE("Decoration") { Decoration deco(indicator); SECTION("HasCorrectIndicator") { - REQUIRE(indicator == deco.indicator); + REQUIRE(indicator == deco.Indicator()); } SECTION("IsEmptyInitially") { -- cgit v1.2.3