Skip to content

Commit 7d2a7b2

Browse files
committed
docs: clarify submodule test comment
1 parent edad968 commit 7d2a7b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/staged_files_only_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ def test_sub_something_unstaged(sub_staged, patch_dir):
247247
_test_sub_state(sub_staged, 'rev2', 'AM')
248248

249249
with staged_files_only(patch_dir):
250-
# This is different from others, we don't want to touch subs
250+
# This is different from other cases; we don't want to touch submodules.
251251
_test_sub_state(sub_staged, 'rev2', 'AM')
252252

253253
_test_sub_state(sub_staged, 'rev2', 'AM')

0 commit comments

Comments
 (0)