Skip to content

Commit e8051f1

Browse files
committed
fix: update ExtensionStateContext test to include new experiment
1 parent 0baf45d commit e8051f1

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

webview-ui/src/context/__tests__/ExtensionStateContext.spec.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,8 @@ describe("mergeExtensionState", () => {
222222
apiConfiguration: { modelMaxThinkingTokens: 456, modelTemperature: 0.3 },
223223
experiments: {
224224
powerSteering: true,
225-
marketplace: false,
226-
disableCompletionCommand: false,
227-
concurrentFileReads: true,
228225
multiFileApplyDiff: true,
226+
showEnhancePromptButton: true,
229227
} as Record<ExperimentId, boolean>,
230228
}
231229

@@ -238,10 +236,8 @@ describe("mergeExtensionState", () => {
238236

239237
expect(result.experiments).toEqual({
240238
powerSteering: true,
241-
marketplace: false,
242-
disableCompletionCommand: false,
243-
concurrentFileReads: true,
244239
multiFileApplyDiff: true,
240+
showEnhancePromptButton: true,
245241
})
246242
})
247243
})

0 commit comments

Comments
 (0)