Skip to content

Commit 31508e1

Browse files
committed
Remove forgotten testing code from test_submodule.py
1 parent cf537d0 commit 31508e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/git/test_submodule.py

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
class test_Submodule(unittest.TestCase):
2222

2323
def setUp(self):
24-
raise Exception('we are here')
2524
_p = tempfile.mkdtemp()
2625
self.base_path = _p
2726
demo_repos_file = fixture_path('sample_tree_of_repos_v2.zip')

0 commit comments

Comments
 (0)