2
0
Jelmer Vernooij 1 сар өмнө
parent
commit
abff903a69

+ 1 - 1
tests/compat/test_lfs.py

@@ -384,7 +384,7 @@ class LFSStatusCompatTest(LFSCompatTestCase):
 
         # Modify the file
         with open(test_file, "wb") as f:
-            f.write(b"modified content\n")
+            f.write(b"slightly modified content\n")
 
         # Check status - should show file as modified
         status = porcelain.status(repo_dir, untracked_files="no")