diff options
Diffstat (limited to 'test/git/test_repo.py')
-rw-r--r-- | test/git/test_repo.py | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/git/test_repo.py b/test/git/test_repo.py index b30f6889..0d8a473d 100644 --- a/test/git/test_repo.py +++ b/test/git/test_repo.py @@ -34,11 +34,6 @@ class TestRepo(TestCase): for head in self.repo.heads: assert_equal(Head, head.__class__) - def test_renites_should_return_array_of_remote_objects(self): - for remote in self.repo.remotes: - assert_equal(Remote, remote.__class__) - - def test_heads_should_populate_head_data(self): for head in self.repo.heads: assert head.name |