summaryrefslogtreecommitdiff
path: root/test/buildtool/execution_api/local/local_storage.test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/buildtool/execution_api/local/local_storage.test.cpp')
-rw-r--r--test/buildtool/execution_api/local/local_storage.test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/buildtool/execution_api/local/local_storage.test.cpp b/test/buildtool/execution_api/local/local_storage.test.cpp
index 63b2cc4b..b85fc24d 100644
--- a/test/buildtool/execution_api/local/local_storage.test.cpp
+++ b/test/buildtool/execution_api/local/local_storage.test.cpp
@@ -24,7 +24,7 @@ TEST_CASE_METHOD(HermeticLocalTestFixture,
std::string test_bytes("test");
LocalStorage storage{};
- auto test_digest = ArtifactDigest::Create(test_bytes);
+ auto test_digest = ArtifactDigest::Create<ObjectType::File>(test_bytes);
// check blob not in storage
CHECK(not storage.BlobPath(test_digest, true));