diff options
Diffstat (limited to 'packages/cli/src/ui/components/HistoryItemDisplay.test.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/HistoryItemDisplay.test.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx b/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx index 5999f0ad..464647b0 100644 --- a/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx +++ b/packages/cli/src/ui/components/HistoryItemDisplay.test.tsx @@ -20,7 +20,7 @@ describe('<HistoryItemDisplay />', () => { id: 1, timestamp: 12345, isPending: false, - availableTerminalHeight: 100, + terminalWidth: 80, }; it('renders UserMessage for "user" type', () => { |
