From 1f3abe9a790974c2680a0e5f1100d0f16e324a75 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 22 Sep 2016 16:20:42 +0530 Subject: [PATCH] [fix] [tests] --- frappe/core/doctype/translation/test_translation.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frappe/core/doctype/translation/test_translation.py b/frappe/core/doctype/translation/test_translation.py index aa40fc39c0..5b4a078951 100644 --- a/frappe/core/doctype/translation/test_translation.py +++ b/frappe/core/doctype/translation/test_translation.py @@ -58,9 +58,9 @@ class TestTranslation(unittest.TestCase): self.assertTrue(_(data[1][0]), data[1][1]) def get_translation_data(): - html_source_data = """ - Test Data """ - html_translated_data = """ + html_source_data = """ + Test Data""" + html_translated_data = """ testituloksia """ return {'hr': ['Test data', 'Testdaten'],