diff --git a/packages/@headlessui-react/src/components/combobox/combobox.test.tsx b/packages/@headlessui-react/src/components/combobox/combobox.test.tsx index fed87bd563..481dbb39ac 100644 --- a/packages/@headlessui-react/src/components/combobox/combobox.test.tsx +++ b/packages/@headlessui-react/src/components/combobox/combobox.test.tsx @@ -4194,7 +4194,6 @@ describe.each([{ virtual: true }, { virtual: false }])( // Verify that we don't have an selected option anymore assertNotActiveComboboxOption(options[1]) - assertNoSelectedComboboxOption() // Verify that we saw the `null` change coming in expect(handleChange).toHaveBeenCalledTimes(1)