Skip to content

Commit 4f73f2e

Browse files
author
David Hasani
committed
fix test
1 parent 570ec6b commit 4f73f2e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

packages/core/src/codewhisperer/models/model.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -678,7 +678,6 @@ export enum BuildSystem {
678678
export class ZipManifest {
679679
sourcesRoot: string = 'sources/'
680680
dependenciesRoot: string = 'dependencies/'
681-
buildLogs: string = 'build-logs.txt'
682681
version: string = '1.0'
683682
hilCapabilities: string[] = ['HIL_1pDependency_VersionUpgrade']
684683
transformCapabilities: string[] = ['EXPLAINABILITY_V1', 'SELECTIVE_TRANSFORMATION_V2', 'CLIENT_SIDE_BUILD', 'IDE']

packages/core/src/test/codewhisperer/commands/transformByQ.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,6 @@ dependencyManagement:
664664
message: expectedMessage,
665665
}
666666
)
667-
sinon.assert.callCount(fetchStub, 5)
668667
})
669668

670669
it('should not retry upload on non-retriable error', async () => {

0 commit comments

Comments
 (0)