Skip to content

Commit 1c67a8c

Browse files
committed
fix: prompt file tests
1 parent c092215 commit 1c67a8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/commands/slash/ruleBlockSlashCommand.vitest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ describe("convertRuleBlockToSlashCommand", () => {
99
rule: "Review this code for best practices",
1010
description: "Performs a code review",
1111
source: "rules-block",
12-
sourceFile: "/path/to/rules.yaml",
12+
sourceFile: "file:///path/to/rules.yaml",
1313
invokable: true,
1414
};
1515

@@ -20,7 +20,7 @@ describe("convertRuleBlockToSlashCommand", () => {
2020
description: "Performs a code review",
2121
prompt: "Review this code for best practices",
2222
source: "invokable-rule",
23-
promptFile: "/path/to/rules.yaml",
23+
sourceFile: "file:///path/to/rules.yaml",
2424
});
2525
});
2626

0 commit comments

Comments
 (0)