Fixed warning in ImportServersBtnTest

This commit is contained in:
Alejandro Celaya 2022-08-07 13:07:25 +02:00
parent c490835f9b
commit 97cf3b26b0

View file

@ -59,6 +59,7 @@ describe('<ImportServersBtn />', () => {
input && fireEvent.change(input, { target: { files: [''] } });
expect(importServersFromFile).toHaveBeenCalledTimes(1);
await waitFor(() => expect(createServersMock).toHaveBeenCalledTimes(1));
});
it.each([