summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNan Zhou <nanzhoumails@gmail.com>2022-11-08 20:27:22 +0300
committerNan Zhou <nanzhoumails@gmail.com>2022-11-08 21:51:12 +0300
commit4b78c8b29f8c52373727891929a6302c30f93442 (patch)
treed073c4348fb7595f9d19c1346ce4d4f229184d49 /test
parentf1240b47b47b01b0ccab0bb5c977d6ca126e4b60 (diff)
downloadbmcweb-4b78c8b29f8c52373727891929a6302c30f93442.tar.xz
Add a whitespace in test
This is a dummy commit to test owner plugin. It can be merged in as well given that it adds a little bit readability. Signed-off-by: Nan Zhou <nanzhoumails@gmail.com> Change-Id: Ia4cc1866ebeb19e6d0f1d1ceece0ecc73fb4b468
Diffstat (limited to 'test')
-rw-r--r--test/redfish-core/include/registries_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/redfish-core/include/registries_test.cpp b/test/redfish-core/include/registries_test.cpp
index 95a093e54d..5c47128ca7 100644
--- a/test/redfish-core/include/registries_test.cpp
+++ b/test/redfish-core/include/registries_test.cpp
@@ -21,5 +21,6 @@ TEST(FillMessageArgs, ArgsAreFilledCorrectly)
EXPECT_EQ(fillMessageArgs({}, "%"), "");
EXPECT_EQ(fillMessageArgs({}, "%foo"), "");
}
+
} // namespace
} // namespace redfish::registries