Commit 83d5e4dd authored by Michal Čihař's avatar Michal Čihař

Adjust to new test data

parent 3bff6190
......@@ -253,7 +253,7 @@ class SubProjectTest(RepoTestCase):
project = self.create_java()
project.full_clean()
self.assertTrue(os.path.exists(project.get_path()))
self.assertEqual(project.translation_set.count(), 1)
self.assertEqual(project.translation_set.count(), 2)
def test_create_xliff(self):
project = self.create_xliff()
......
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