mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-21 02:24:09 -07:00
Let users know when falling back to flash, and update the error messa… (#12640)
This commit is contained in:
@@ -671,9 +671,9 @@ describe('AppContainer State Management', () => {
|
||||
|
||||
// You can even verify that the plumbed function is callable
|
||||
act(() => {
|
||||
capturedUIActions.handleProQuotaChoice('auth');
|
||||
capturedUIActions.handleProQuotaChoice('retry_later');
|
||||
});
|
||||
expect(mockHandler).toHaveBeenCalledWith('auth');
|
||||
expect(mockHandler).toHaveBeenCalledWith('retry_later');
|
||||
unmount();
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user