mirror of https://github.com/openclaw/openclaw.git
test: fix discord provider helper import
This commit is contained in:
parent
f9588da3e0
commit
ce486292a1
|
|
@ -9,7 +9,7 @@ import {
|
|||
getProviderMonitorTestMocks,
|
||||
mockResolvedDiscordAccountConfig,
|
||||
resetDiscordProviderMonitorMocks,
|
||||
} from "../../../test-utils/discord-provider.test-support.js";
|
||||
} from "../../../../test/helpers/extensions/discord-provider.test-support.js";
|
||||
|
||||
const {
|
||||
clientConstructorOptionsMock,
|
||||
|
|
|
|||
Loading…
Reference in New Issue