We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f916662 commit 1667cdcCopy full SHA for 1667cdc
1 file changed
tests/cli/test_ci_commands.py
@@ -213,7 +213,7 @@ def test_setup_does_not_partially_write_generated_files_when_target_exists(
213
)
214
215
assert result.exit_code == 1
216
- assert "pass --force to overwrite" in result.output
+ assert "pass --force to overwrite" in " ".join(result.output.split())
217
assert not (tmp_path / ".github/workflows/basic-memory.yml").exists()
218
assert not (tmp_path / ".github/basic-memory/memory-ci-capture.md").exists()
219
mock_seed.assert_not_awaited()
0 commit comments