mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-24 12:04:56 -07:00
refactor: make baseTimestamp optional in addItem and remove redundant calls (#16471)
This commit is contained in:
@@ -79,7 +79,6 @@ describe('agentsCommand', () => {
|
||||
type: MessageType.AGENTS_LIST,
|
||||
agents: mockAgents,
|
||||
}),
|
||||
expect.any(Number),
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user