diff options
Diffstat (limited to 'packages/cli/src/ui/components/HistoryItemDisplay.test.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/HistoryItemDisplay.test.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx b/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx index f806abd6..234ca968 100644 --- a/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx +++ b/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx @@ -71,6 +71,7 @@ describe('<HistoryItemDisplay />', () => { modelVersion: 'test-model', selectedAuthType: 'test-auth', gcpProject: 'test-project', + ideClient: 'test-ide', }; const { lastFrame } = render( <HistoryItemDisplay {...baseItem} item={item} />, |
