Skip to content

Commit 4ad1655

Browse files
Muzaffer AydinMuzaffer Aydin
authored andcommitted
fix(test) Revert zipUtil test changes
1 parent 58bf5bf commit 4ad1655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/amazonq/test/unit/codewhisperer/util/zipUtil.test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,9 @@ describe('zipUtil', function () {
173173
assert.ok(result.srcPayloadSizeInBytes > 0)
174174
assert.strictEqual(result.buildPayloadSizeInBytes, 0)
175175
assert.ok(result.zipFileSizeInBytes > 0)
176+
assert.strictEqual(result.lines, 150)
176177
assert.strictEqual(result.language, 'java')
178+
assert.strictEqual(result.scannedFiles.size, 4)
177179
})
178180

179181
it('Should handle file system errors during directory creation', async function () {

0 commit comments

Comments
 (0)