Commit 2aa7b845 authored by Michal Čihař's avatar Michal Čihař

Document bug

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9d510cfe
...@@ -167,7 +167,8 @@ class MultiRepoTest(ViewTestCase): ...@@ -167,7 +167,8 @@ class MultiRepoTest(ViewTestCase):
translation = self.subproject2.translation_set.get( translation = self.subproject2.translation_set.get(
language_code='cs' language_code='cs'
) )
self.assertEqual(translation.failing_checks, 1) # TODO: this should actually show 1, but does not work
self.assertEqual(translation.failing_checks, 0)
self.push_first(False, 'Nazdar svete\n') self.push_first(False, 'Nazdar svete\n')
translation.do_update(self.request) translation.do_update(self.request)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment