From 6184c758d2d7512af94d133f6ecac1abce03490e Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Fri, 24 May 2024 17:46:49 +0200 Subject: Rename BlobContainer to BazelBlobContainer --- test/buildtool/execution_api/local/local_execution.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/buildtool/execution_api/local/local_execution.test.cpp') diff --git a/test/buildtool/execution_api/local/local_execution.test.cpp b/test/buildtool/execution_api/local/local_execution.test.cpp index c55449e0..860f4c3e 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(test_content); - REQUIRE(api.Upload(BlobContainer{{BazelBlob{ + REQUIRE(api.Upload(BazelBlobContainer{{BazelBlob{ test_digest, test_content, /*is_exec=*/false}}}, false)); -- cgit v1.2.3