mirror of
https://github.com/better-auth/better-auth.git
synced 2026-06-02 12:26:43 -05:00
chore: fix test imports
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user