chore: fix test imports

This commit is contained in:
Bereket Engida
2024-12-30 09:37:07 +03:00
parent ceea542d42
commit 0de8770b47
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import {
import type { BetterAuthClientPlugin } from "../../client/types";
import type { organization } from "./organization";
import { useAuthQuery } from "../../client";
import { BetterAuthError } from "src/error";
import { BetterAuthError } from "../../error";
interface OrganizationClientOptions {
ac: AccessControl;

View File

@@ -5,7 +5,7 @@ import { createAuthClient } from "../../client";
import { organizationClient } from "./client";
import { createAccessControl } from "./access";
import { ORGANIZATION_ERROR_CODES } from "./error-codes";
import { BetterAuthError } from "src/error";
import { BetterAuthError } from "../../error";
describe("organization", async (it) => {
const { auth, signInWithTestUser, signInWithUser } = await getTestInstance({