diff --git a/tests/test_git_operations.py b/tests/test_git_operations.py index faa4937..0435b0f 100644 --- a/tests/test_git_operations.py +++ b/tests/test_git_operations.py @@ -194,7 +194,7 @@ class TestPreCycleSync: assert result["fetched"] is True assert result["pulled"] is True assert result["behind_count"] == 1 - assert result["stashed"] is False + assert result["skipped_dirty"] is False assert result["error"] is None # Verify the file arrived assert (temp_git_repo / "other.txt").exists()