Skip to content

Commit

Permalink
Fix test util import path
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan committed Jun 22, 2024
1 parent 84853ea commit 8a9dd3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
* under the License.
*/

import { fireEvent, render, screen, within } from "@wso2is/unit-test-configs/utils";
import React from "react";
import { fireEvent, render, screen, within } from "../../../../test-configs/utils";
import { RoleBasics } from "../role-basics";

jest.mock("@wso2is/admin.applications.v1/api/application", () => ({
Expand Down

0 comments on commit 8a9dd3d

Please sign in to comment.