mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-08-31 04:14:34 +00:00
Fixed failing CI due to unit test of Table Query (#3564)
This commit is contained in:
parent
fe1dc0ac52
commit
4b99002b0f
@ -106,7 +106,7 @@ const mockTableQueriesProp = {
|
||||
queries: mockQueriesData,
|
||||
};
|
||||
|
||||
jest.mock('./ QueryCard', () => {
|
||||
jest.mock('./QueryCard', () => {
|
||||
return jest.fn().mockReturnValue(<p>QueryCard</p>);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user