summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/local/local_execution.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_api/local/local_execution.test.cpp')
-rw-r--r--test/buildtool/execution_api/local/local_execution.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/execution_api/local/local_execution.test.cpp b/test/buildtool/execution_api/local/local_execution.test.cpp
index 860f4c3e..d76a5a18 100644
--- a/test/buildtool/execution_api/local/local_execution.test.cpp
+++ b/test/buildtool/execution_api/local/local_execution.test.cpp
@@ -216,7 +216,7 @@ TEST_CASE_METHOD(HermeticLocalTestFixture,
std::string test_content("test");
auto test_digest = ArtifactDigest::Create<ObjectType::File>(test_content);
- REQUIRE(api.Upload(BazelBlobContainer{{BazelBlob{
+ REQUIRE(api.Upload(ArtifactBlobContainer{{ArtifactBlob{
test_digest, test_content, /*is_exec=*/false}}},
false));