diff options
author | Patrick Venture <venture@google.com> | 2018-10-30 18:50:31 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2018-10-30 18:51:28 -0700 |
commit | 0bbeaf84e02b94ac5f94d7edb8532d06d2fda99f (patch) | |
tree | 1462dbf7b438a57cffb3a094d04af7bd86033df3 /test | |
parent | 76ce5d775c2bb31dc8214dc110c593b9ca0abd22 (diff) | |
download | phosphor-pid-control-0bbeaf84e02b94ac5f94d7edb8532d06d2fda99f.tar.gz phosphor-pid-control-0bbeaf84e02b94ac5f94d7edb8532d06d2fda99f.zip |
style: s/getZoneId/getZoneID/g
Acronyms are meant to be in the same case within their part of the camel
case name.
Change-Id: I9e55d4419617a35b0f3a85f3d55543c8fc9bd76f
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/pid_zone_unittest.cpp | 2 |
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) |