Skip to content

Commit 61eb0f5

Browse files
committed
Cosmetic
1 parent 6164fa0 commit 61eb0f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

about_code_tool/tests/test_about.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,11 +554,11 @@ def test_remove_blank_lines_and_no_colon_fields(self):
554554
self.assertEqual(expected_warnings[i][1], w.field_value)
555555

556556
def test_generate_attribution(self):
557-
expected = u'notice_text:version:2.4.3about_resource:httpd-2.4.3.tar.gz'\
558-
'name:Apache HTTP Serverlicense_text:'
557+
expected = (u'notice_text:version:2.4.3about_resource:httpd-2.4.3.tar.gz'
558+
'name:Apache HTTP Serverlicense_text:')
559559
about_collector = about.AboutCollector(join(TESTDATA_PATH, 'attrib/attrib.ABOUT'))
560560
result = about_collector.generate_attribution(join(TESTDATA_PATH, 'attrib/test.template'))
561-
self.assertEqual(result, expected)
561+
self.assertEqual(expected, result)
562562

563563
def test_license_text_extracted_from_license_text_file(self):
564564
expected = '''Tester holds the copyright for test component. Tester relinquishes copyright of

0 commit comments

Comments
 (0)