Skip to content

Commit 9fe46da

Browse files
tbitcsoz-agent
andcommitted
fix: test ref for v0.2.0
Co-Authored-By: Oz <oz-agent@warp.dev>
2 parents 2532eb1 + e1558ce commit 9fe46da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/sandbox/test_sandbox_import.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ def test_full_import_workflow(self, tmp_path: Path) -> None:
182182
assert (root / "LEDGER.md").exists()
183183
assert (root / "docs" / "REQUIREMENTS.md").exists()
184184
assert (root / "docs" / "TEST_SPEC.md").exists()
185-
assert (root / "docs" / "architecture.md").exists()
185+
assert (root / "docs" / "ARCHITECTURE.md").exists()
186186

187187
# ---- Step 4: Verify overlay content ----
188188
agents = (root / "AGENTS.md").read_text(encoding="utf-8")

0 commit comments

Comments
 (0)