Skip to content

Commit

Permalink
Fix description of submodule test
Browse files Browse the repository at this point in the history
  • Loading branch information
msiemens committed Apr 7, 2015
1 parent 627eacf commit c238846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_submodules.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def setup():


def test_submodules():
""" Run 'git up' with a local tracking branch """
""" Run 'git up' with submodules """
repo = Repo(repo_path)
repo_head = repo.head.commit.hexsha
submod_head = repo.submodules[0].hexsha
Expand Down

0 comments on commit c238846

Please sign in to comment.