Commit 1375c9b
fix: Correct failing integration test expectations
Fixed two integration tests that were failing on both main and feature branches:
**test_no_verify_hashes_flag:**
- Test creates 1 file on each side (left/same_meta.txt, right/same_meta.txt)
- Expected "Identical: 2" but should expect "Identical: 1"
- Count represents number of file pairs compared, not total files
**test_right_gitignore_ignored:**
- Test creates .gitignore and skip.txt in right directory
- Improved assertions to check:
1. .gitignore itself appears (not ignored)
2. skip.txt does NOT appear (ignored by pattern)
3. Right only count is 1 (.gitignore only)
These tests were added in bef6bf1 but had incorrect expectations from the start,
causing CI failures on main branch.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent f11c7ca commit 1375c9b
1 file changed
Lines changed: 10 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
875 | 875 | | |
876 | 876 | | |
877 | 877 | | |
878 | | - | |
| 878 | + | |
| 879 | + | |
879 | 880 | | |
880 | 881 | | |
881 | 882 | | |
| |||
892 | 893 | | |
893 | 894 | | |
894 | 895 | | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | 896 | | |
903 | | - | |
904 | | - | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
905 | 905 | | |
0 commit comments