Skip to content

Commit a99b4d9

Browse files
committed
Point Superconscious runtime validator at fixture directory
1 parent 9b3af29 commit a99b4d9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/validate-superconscious-runtime-plan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
ROOT = Path(__file__).resolve().parents[1]
17-
FIXTURE = ROOT / "examples" / "superconscious-reasoning-runtime-plan.json"
17+
FIXTURE = ROOT / "fixtures" / "superconscious" / "reasoning-runtime-plan.json"
1818

1919

2020
def fail(message: str) -> int:

0 commit comments

Comments
 (0)