Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Jan 28, 2025
1 parent a3f84d5 commit e28796c
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -314,13 +314,12 @@ const databaseFixture: DatabaseObject = {
};

describe('DatabaseModal', () => {
const renderAndWait = async () => {
return waitFor(() =>
const renderAndWait = async () =>
waitFor(() =>
render(<DatabaseModal {...dbProps} />, {
useRedux: true,
}),
);
};

beforeEach(async () => {
await renderAndWait();
Expand Down

0 comments on commit e28796c

Please sign in to comment.