Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
arminmeh committed Jan 28, 2025
1 parent 775b416 commit acc7afa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ describeSkipIf(isJSDOM)('<DataGridPro /> - Data source', () => {
await waitFor(() => {
expect(fetchRowsSpy.callCount).to.equal(1);
});
apiRef.current.setFilterModel({
apiRef.current?.setFilterModel({
items: [{ field: 'name', value: 'John', operator: 'contains' }],
});
await waitFor(() => {
Expand Down

0 comments on commit acc7afa

Please sign in to comment.