Skip to content

Commit 87bc6a7

Browse files
authored
Fix merge conflict
1 parent a9d6713 commit 87bc6a7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

packages/cli/src/config/config.test.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2496,7 +2496,6 @@ describe('loadCliConfig useRipgrep', () => {
24962496
process.argv = ['node', 'script.js'];
24972497
const argv = await parseArguments({} as Settings);
24982498
const settings: Settings = {};
2499-
<<<<<<< HEAD
25002499
const config = await loadCliConfig(
25012500
settings,
25022501
[],
@@ -2507,11 +2506,7 @@ describe('loadCliConfig useRipgrep', () => {
25072506
'test-session',
25082507
argv,
25092508
);
2510-
expect(config.getUseModelRouter()).toBe(true);
2511-
=======
2512-
const config = await loadCliConfig(settings, [], 'test-session', argv);
25132509
expect(config.getUseModelRouter()).toBe(false);
2514-
>>>>>>> 8aace3af (Disable Routing by default (#11549))
25152510
});
25162511

25172512
it('should be true when useModelRouter is set to true in settings', async () => {

0 commit comments

Comments
 (0)