summaryrefslogtreecommitdiffstats
path: root/src/test/propertygentest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/propertygentest.cpp')
-rw-r--r--src/test/propertygentest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/propertygentest.cpp b/src/test/propertygentest.cpp
index cf32191..e5c95c2 100644
--- a/src/test/propertygentest.cpp
+++ b/src/test/propertygentest.cpp
@@ -17,9 +17,9 @@ using GroupOfProperties = std::vector<Property>;
#include "propertygentest.hpp"
const std::array<std::string, 3> expectedMeta =
{
- "property1"s,
- "property2"s,
- "property3"s,
+ "PROPERTY1"s,
+ "PROPERTY2"s,
+ "PROPERTY3"s,
};
const std::array<std::string, 4> expectedInterfaces =
OpenPOWER on IntegriCloud