Skip to content

Commit

Permalink
Update superset-frontend/packages/superset-ui-core/test/chart/compone…
Browse files Browse the repository at this point in the history
…nts/ChartDataProvider.test.tsx

Co-authored-by: John Bodley <[email protected]>
  • Loading branch information
rusackas and john-bodley authored Sep 29, 2023
1 parent 4f8360c commit 2b7a758
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ describe('ChartDataProvider', () => {
const children = jest.fn<React.ReactNode, unknown[]>();
setup({ children });

// during the first tick (befor more promises resolve) loading is true
// during the first tick (before more promises resolve) loading is true
expect(children.mock.calls).toHaveLength(1);
expect(children.mock.calls[0][0]).toEqual({ loading: true });
});
Expand Down

0 comments on commit 2b7a758

Please sign in to comment.