Skip to content

Commit

Permalink
fixed some spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Apr 17, 2010
1 parent 169825f commit 0b94456
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/test_client/test_hg_client.py
Expand Up @@ -91,6 +91,7 @@ def test_basic(self):
os.chdir(self.context.tempdir)
assert os.path.exists(os.path.join('pony-build-hg-test', 'test1'))
assert os.path.exists(os.path.join('pony-build-hg-test', 'test2'))

def test_other_branch(self):
"Run the HgClone command for another branch."

Expand Down Expand Up @@ -201,4 +202,4 @@ def test_other_branch(self):
os.chdir(cwd)




0 comments on commit 0b94456

Please sign in to comment.