Fix tests

This commit is contained in:
Sampark Sharma
2023-01-03 12:03:12 +00:00
committed by GitHub
parent 115a496d6b
commit 4c28313b6a
2 changed files with 2 additions and 2 deletions

View File

@@ -78,7 +78,7 @@ export function getCacheVersion(
): string {
const components = paths
// Add compression method to cache version to restore
// Add compression method to cache version to restore
// compressed cache as per compression method
if (compressionMethod) {
components.push(compressionMethod)