Skip to content

Commit 2c3df64

Browse files
committed
update zip tests
1 parent 74b8236 commit 2c3df64

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

-867 Bytes
Binary file not shown.

src/vs/base/test/node/zip/zip.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ suite('Zip', () => {
2222
const target = path.join(os.tmpdir(), generateUuid());
2323

2424
return extract(fixture, target)
25-
.then(() => exists(path.join(target, 'extension', '1', '2', 'README.md')))
25+
.then(() => exists(path.join(target, 'extension')))
2626
.then(exists => assert(exists))
2727
.then(() => rimraf(target));
2828
});

0 commit comments

Comments
 (0)