Ver código fonte

Fix intermittent test

Jelmer Vernooij 2 meses atrás
pai
commit
4d72ae9571
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      tests/compat/test_lfs.py

+ 1 - 1
tests/compat/test_lfs.py

@@ -384,7 +384,7 @@ class LFSStatusCompatTest(LFSCompatTestCase):
 
 
         # Modify the file
         # Modify the file
         with open(test_file, "wb") as f:
         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
         # Check status - should show file as modified
         status = porcelain.status(repo_dir, untracked_files="no")
         status = porcelain.status(repo_dir, untracked_files="no")