test: Fix condition generation callbacks size test
Change-Id: I634f25726e069dfe65fe6c99e1fd1072f70b33ec
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
diff --git a/src/test/conditiongentest.cpp b/src/test/conditiongentest.cpp
index 95d9907..a3dbe41 100644
--- a/src/test/conditiongentest.cpp
+++ b/src/test/conditiongentest.cpp
@@ -28,7 +28,7 @@
TEST(ConditionGenTest, CallbacksSameSize)
{
- ASSERT_EQ(sizeof(expectedGroups), sizeof(groups));
+ ASSERT_EQ(sizeof(expectedCallbacks), sizeof(callbacks));
}
TEST(ConditionGenTest, GroupsSameContent)