mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-15 14:23:02 -07:00
fail tests
This commit is contained in:
@@ -28,7 +28,7 @@ describe('save_memory', () => {
|
||||
|
||||
assertModelHasOutput(result);
|
||||
checkModelOutputContent(result, {
|
||||
expectedContent: 'blue',
|
||||
expectedContent: 'red',
|
||||
testName: `${TEST_PREFIX}${rememberingFavoriteColor}`,
|
||||
});
|
||||
},
|
||||
@@ -41,7 +41,7 @@ describe('save_memory', () => {
|
||||
assert: async (rig, result) => {
|
||||
const wasToolCalled = await rig.waitForToolCall('save_memory');
|
||||
expect(wasToolCalled, 'Expected save_memory tool to be called').toBe(
|
||||
true,
|
||||
false,
|
||||
);
|
||||
|
||||
assertModelHasOutput(result);
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
// Trigger PR Evaluation
|
||||
import type { Config } from '../config/config.js';
|
||||
import type { DiscoveredMCPPrompt } from '../tools/mcp-client.js';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user