fix(@ml/auto-commit-service): 🐛 update stashed check to skipped_dirty
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
b93c3aca2d
commit
b477082c30
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class TestPreCycleSync:
|
||||||
assert result["fetched"] is True
|
assert result["fetched"] is True
|
||||||
assert result["pulled"] is True
|
assert result["pulled"] is True
|
||||||
assert result["behind_count"] == 1
|
assert result["behind_count"] == 1
|
||||||
assert result["stashed"] is False
|
assert result["skipped_dirty"] is False
|
||||||
assert result["error"] is None
|
assert result["error"] is None
|
||||||
# Verify the file arrived
|
# Verify the file arrived
|
||||||
assert (temp_git_repo / "other.txt").exists()
|
assert (temp_git_repo / "other.txt").exists()
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue