summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/pid_zone_unittest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/pid_zone_unittest.cpp b/test/pid_zone_unittest.cpp
index e358296..82997b9 100644
--- a/test/pid_zone_unittest.cpp
+++ b/test/pid_zone_unittest.cpp
@@ -105,7 +105,7 @@ TEST_F(PidZoneTest, GetZoneId_ReturnsExpected)
{
// Verifies the zoneId returned is what we expect.
- EXPECT_EQ(zoneId, zone->getZoneId());
+ EXPECT_EQ(zoneId, zone->getZoneID());
}
TEST_F(PidZoneTest, GetAndSetManualModeTest_BehavesAsExpected)
OpenPOWER on IntegriCloud