Skip to content

Commit b836394

Browse files
test: use source bundled plugin fixture
1 parent c81beca commit b836394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auto-reply/reply/commands-plugins.install.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ describe("handleCommands /plugins install", () => {
503503
});
504504

505505
it("installs a bundled local path without --force", async () => {
506-
const bundledPath = path.resolve("dist/extensions/discord");
506+
const bundledPath = path.resolve("extensions/discord");
507507
installPluginFromPathMock.mockResolvedValue({
508508
ok: true,
509509
pluginId: "discord",

0 commit comments

Comments
 (0)