Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
tmacro committed Dec 11, 2023
1 parent cb6bdbf commit 01bbaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/utils/mock/BucketD.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class BucketD {
IsTruncated: false,
Versions: (this._bucketContent[bucketName] || [])
// patch in a versionId to more closely match the real response
.map(entry => ({ ...entry, versionId: "null" })),
.map(entry => ({ ...entry, versionId: 'null' })),
};
return body;
}
Expand Down

0 comments on commit 01bbaa8

Please sign in to comment.