Skip to content

Commit 6fde4a6

Browse files
committed
fix code format
Signed-off-by: Aayush Kumar <[email protected]>
1 parent 05ee44d commit 6fde4a6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scanpipe/tests/pipes/test_scancode.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -731,13 +731,13 @@ def test_scanpipe_pipes_scancode_scan_single_package_correct_parent_path(self):
731731
run = project1.add_pipeline("scan_single_package")
732732
pipeline = run.make_pipeline_instance()
733733
exitcode, out = pipeline.execute()
734-
734+
735735
self.assertEqual(0, exitcode, msg=out)
736736
self.assertEqual(4, project1.codebaseresources.count())
737737

738738
root = project1.codebaseresources.get(path="package")
739739
self.assertEqual("", root.parent_path)
740740
self.assertNotEqual("codebase", root.parent_path)
741-
741+
742742
file1 = project1.codebaseresources.get(path="package/index.js")
743-
self.assertEqual("package", file1.parent_path)
743+
self.assertEqual("package", file1.parent_path)

0 commit comments

Comments
 (0)