summaryrefslogtreecommitdiffstats
path: root/tests/test_git_superproject.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_git_superproject.py')
-rw-r--r--tests/test_git_superproject.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_git_superproject.py b/tests/test_git_superproject.py
index 0bdf1a4e..b9b597a6 100644
--- a/tests/test_git_superproject.py
+++ b/tests/test_git_superproject.py
@@ -163,6 +163,7 @@ class SuperprojectTestCase(unittest.TestCase):
163 sync_result = self._superproject.Sync(self.git_event_log) 163 sync_result = self._superproject.Sync(self.git_event_log)
164 self.assertFalse(sync_result.success) 164 self.assertFalse(sync_result.success)
165 self.assertTrue(sync_result.fatal) 165 self.assertTrue(sync_result.fatal)
166 self.verifyErrorEvent()
166 167
167 def test_superproject_get_superproject_mock_init(self): 168 def test_superproject_get_superproject_mock_init(self):
168 """Test with _Init failing.""" 169 """Test with _Init failing."""