We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1b6e8 commit cfe9db1Copy full SHA for cfe9db1
1 file changed
tests/unit/test_crane_workflow_prompt.py
@@ -29,4 +29,3 @@ def test_crane_commit_guidance_provides_structured_summary_fallback() -> None:
29
assert "Changes:" in text
30
assert "Run: {run_url}" in text
31
assert text.index("Changes:") < text.index("Run: {run_url}")
32
-
0 commit comments