Skip to content

Fix source comment typos #1478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 17, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/fixtures/diff_index_patch
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,5 @@ index ce0f64f2261bd8de063233108caac1f26742c1fd..4de26f8884fd048ac7f10007f2bf7c7f
+ assert len(res) == 3
+
def test_diff_patch_format(self):
# test all of the 'old' format diffs for completness - it should at least
# test all of the 'old' format diffs for completeness - it should at least
# be able to deal with it
4 changes: 2 additions & 2 deletions test/test_submodule.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ def _do_base_tests(self, rwrepo):
sm.module().head.ref = smref
csm.module().head.ref.set_tracking_branch(csm_tracking_branch)

# REMOVAL OF REPOSITOTRY
########################
# REMOVAL OF REPOSITORY
#######################
# must delete something
self.assertRaises(ValueError, csm.remove, module=False, configuration=False)

Expand Down