Skip to content

Commit

Permalink
Remove testing mask comment
Browse files Browse the repository at this point in the history
Co-authored-by: Joe Shannon <[email protected]>
  • Loading branch information
callumforrester and joeshannon committed Jul 10, 2024
1 parent 843eda8 commit 3783354
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cli/test_scratch.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ def write_repo_files():
assert file_path.exists()
assert file_path.is_file()
st = os.stat(file_path)
# For some reason the mode has two extra bytes at the front
assert st.st_mode & stat.S_IWGRP


Expand Down

0 comments on commit 3783354

Please sign in to comment.