Skip to content

Commit cea8aef

Browse files
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent ea3ea65 commit cea8aef

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tests/test_agent_config_consistency.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -250,8 +250,6 @@ def test_trae_in_extension_registrar(self):
250250

251251
assert "trae" in cfg
252252
trae_cfg = cfg["trae"]
253-
254-
assert trae_cfg["dir"] == ".trae/rules"
255253
assert trae_cfg["format"] == "markdown"
256254
assert trae_cfg["args"] == "$ARGUMENTS"
257255
assert trae_cfg["extension"] == ".md"

0 commit comments

Comments
 (0)