Skip to content

Commit 32f71f6

Browse files
authored
Update packages/ra-core/src/dataProvider/useUpdateMany.spec.tsx
1 parent a1c1dfb commit 32f71f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-core/src/dataProvider/useUpdateMany.spec.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ describe('useUpdateMany', () => {
540540
expect(screen.queryByText('mutating')).not.toBeNull();
541541
});
542542
await waitFor(() => {
543-
expect(screen.queryByText('success')).toBeNull();
543+
expect(screen.queryByText('success')).not.toBeNull();
544544
expect(
545545
screen.queryByText('Hello World from middleware')
546546
).not.toBeNull();

0 commit comments

Comments
 (0)