Skip to content

Commit 2932fa1

Browse files
committed
fix for useCase trype for lint
1 parent ef4d79d commit 2932fa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/codewhisperer/util/zipUtil.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export class ZipUtil {
420420
{
421421
maxSizeBytes: this.getProjectScanPayloadSizeLimitInBytes(),
422422
excludePatterns:
423-
useCase === 'TEST_GENERATION'
423+
useCase === FeatureUseCase.TEST_GENERATION
424424
? [...CodeWhispererConstants.testGenExcludePatterns, ...defaultExcludePatterns]
425425
: defaultExcludePatterns,
426426
}

0 commit comments

Comments
 (0)