Commit 14dab786 authored by Michal Čihař's avatar Michal Čihař

We need only content changes here

Otherwise new source string ones get's into play...
parent ab56b735
......@@ -423,7 +423,7 @@ class EditTest(ViewTestCase):
target_2
)
unit = self.get_unit()
changes = Change.objects.filter(unit=unit)
changes = Change.objects.content().filter(unit=unit)
self.assertEqual(changes[1].target, target)
self.assertEqual(changes[0].target, target_2)
self.assertBackend(1)
......
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