This commit is contained in:
Simone Scarduzio
2025-10-10 10:09:11 +02:00
parent ac7d4e067f
commit 04cc984d4a
2 changed files with 2 additions and 4 deletions

View File

@@ -44,9 +44,7 @@ class TestMemoryCache:
memory_cache.write_ref("test-bucket", "test-prefix", test_file)
# Read back
retrieved_path = memory_cache.get_validated_ref(
"test-bucket", "test-prefix", expected_sha
)
retrieved_path = memory_cache.get_validated_ref("test-bucket", "test-prefix", expected_sha)
# Verify content
assert retrieved_path.read_bytes() == test_content