Skip to content

Commit e9f5204

Browse files
Muzaffer AydinMuzaffer Aydin
authored andcommitted
refactor(test): remove unclear assertion for esult.lines in zip generation test
1 parent 54a6746 commit e9f5204

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,9 +173,7 @@ 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)
177176
assert.strictEqual(result.language, 'java')
178-
assert.strictEqual(result.scannedFiles.size, 4)
179177
})
180178

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

0 commit comments

Comments
 (0)