bmc/test: fixups detected in bazel-type build
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Id5a2ac8ab7a59d6483a82e51ebcb25d7aaffaf50
diff --git a/bmc/test/firmware_canhandle_unittest.cpp b/bmc/test/firmware_canhandle_unittest.cpp
index 7df4bb8..34c4e51 100644
--- a/bmc/test/firmware_canhandle_unittest.cpp
+++ b/bmc/test/firmware_canhandle_unittest.cpp
@@ -33,7 +33,7 @@
data.emplace_back(FirmwareFlags::UpdateFlags::ipmi, nullptr);
auto handler = FirmwareBlobHandler::CreateFirmwareBlobHandler(
- std::move(blobs), std::move(data), std::move(CreateActionMap("asdf")));
+ std::move(blobs), std::move(data), CreateActionMap("asdf"));
for (const auto& item : items)
{