mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 19:52:02 +00:00
fix: replace branding keywords to avoid ambiguity
This commit is contained in:
parent
9df193ca42
commit
f599cda7d2
8 changed files with 18 additions and 18 deletions
|
|
@ -429,7 +429,7 @@ describe('SettingsDialog', () => {
|
|||
<KeypressProvider kittyProtocolEnabled={false}>
|
||||
<SettingsDialog
|
||||
settings={settings}
|
||||
onSelect={() => {}}
|
||||
onSelect={() => { }}
|
||||
onRestartRequest={onRestartRequest}
|
||||
/>
|
||||
</KeypressProvider>,
|
||||
|
|
@ -450,7 +450,7 @@ describe('SettingsDialog', () => {
|
|||
<KeypressProvider kittyProtocolEnabled={false}>
|
||||
<SettingsDialog
|
||||
settings={settings}
|
||||
onSelect={() => {}}
|
||||
onSelect={() => { }}
|
||||
onRestartRequest={onRestartRequest}
|
||||
/>
|
||||
</KeypressProvider>,
|
||||
|
|
@ -678,7 +678,7 @@ describe('SettingsDialog', () => {
|
|||
|
||||
// Should not show restart prompt initially
|
||||
expect(lastFrame()).not.toContain(
|
||||
'To see changes, Gemini CLI must be restarted',
|
||||
'To see changes, Qwen Code must be restarted',
|
||||
);
|
||||
|
||||
unmount();
|
||||
|
|
@ -973,7 +973,7 @@ describe('SettingsDialog', () => {
|
|||
<KeypressProvider kittyProtocolEnabled={false}>
|
||||
<SettingsDialog
|
||||
settings={settings}
|
||||
onSelect={() => {}}
|
||||
onSelect={() => { }}
|
||||
onRestartRequest={onRestartRequest}
|
||||
/>
|
||||
</KeypressProvider>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue