Skip to content

Commit 18c0d83

Browse files
committed
pass appropriate types to component
1 parent 7579ac5 commit 18c0d83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: x-pack/plugins/spaces/public/management/view_space/view_space_general_tab.test.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ const history = scopedHistoryMock.create();
3232
const getUrlForApp = (appId: string) => appId;
3333
const navigateToUrl = jest.fn();
3434
const spacesManager = spacesManagerMock.create();
35-
const getRolesAPIClient = getRolesAPIClientMock();
36-
const getPrivilegeAPIClient = getPrivilegeAPIClientMock();
35+
const getRolesAPIClient = getRolesAPIClientMock;
36+
const getPrivilegeAPIClient = getPrivilegeAPIClientMock;
3737
const reloadWindow = jest.fn();
3838

3939
const http = httpServiceMock.createStartContract();

0 commit comments

Comments
 (0)