Skip to content

Commit 2276fbd

Browse files
committed
fix: update test description for ETag quoting behavior
1 parent f814363 commit 2276fbd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/utils/webdav.utils.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ describe('Webdav utils', () => {
175175
expect(etag1).to.be.equal(etag2);
176176
});
177177

178-
test('when the parts are wrapped in quotes, then a quoted etag is returned', () => {
178+
test('that etag is wrapped with double quotes', () => {
179179
const etag = WebDavUtils.generateETag(['uuid-1']);
180180

181181
expect(etag.startsWith('"')).toBe(true);

0 commit comments

Comments
 (0)