Skip to content

Commit f6aeefd

Browse files
author
grant.esparza
committed
fix(test): update config directory for corresponding test
1 parent 79f04c8 commit f6aeefd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"command_dir": ".config/opencode/command",
4545
"command_format": CommandFormat.MARKDOWN,
4646
"command_file_extension": ".md",
47-
"detection_dirs": (".config/opencode",),
47+
"detection_dirs": (".opencode",),
4848
},
4949
"vs-code": {
5050
"display_name": "VS Code",
@@ -157,7 +157,7 @@ def test_detection_dirs_cover_command_directory_roots(
157157
or ".codeium/windsurf" in agent.detection_dirs
158158
)
159159
elif agent.key == "opencode":
160-
assert ".config/opencode" in agent.detection_dirs
160+
assert ".opencode" in agent.detection_dirs
161161
else:
162162
assert command_root in agent.detection_dirs
163163
else:

0 commit comments

Comments
 (0)