test: fix ModelQuotaDisplay tests

This commit is contained in:
mkorwel
2026-04-18 02:19:59 +00:00
parent 2a5ef4e503
commit cfa8821e5e
@@ -50,7 +50,7 @@ describe('<ModelQuotaDisplay />', () => {
it('renders nothing when no buckets are provided', async () => {
const { lastFrame } = await renderWithProviders(
<ModelQuotaDisplay buckets={[]} availableWidth={100} />,
{ width: 100 },
{ width: 100, allowEmptyFrame: true },
);
const output = lastFrame({ allowEmpty: true });
expect(output).toBe('');