removed trailing whitespaces (codacy)
This commit is contained in:
parent
4b5af95bd9
commit
4c6eb9b416
1 changed files with 3 additions and 3 deletions
|
|
@ -30,9 +30,9 @@ class TestPdfBorders(unittest.TestCase):
|
|||
"""
|
||||
|
||||
html, html_options = read_options_from_html(html)
|
||||
self.assertTrue(html_options['margin-top'] == '0')
|
||||
self.assertTrue(html_options['margin-left'] == '10')
|
||||
self.assertTrue(html_options['margin-right'] == '0')
|
||||
self.assertTrue(html_options['margin-top'] == '0')
|
||||
self.assertTrue(html_options['margin-left'] == '10')
|
||||
self.assertTrue(html_options['margin-right'] == '0')
|
||||
|
||||
# allows to run $ bench execute frappe.tests.test_pdf.run_tests
|
||||
def run_tests():
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue