Skip to content

Commit 8c6c2b2

Browse files
committed
Fix format #295
Signed-off-by: tdruez <[email protected]>
1 parent 6b38d32 commit 8c6c2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_portfolio/tests/test_importers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1124,7 +1124,7 @@ def test_product_portfolio_import_packages_from_scio_importer_multiple_package_o
11241124
@mock.patch("dejacode_toolkit.scancodeio.ScanCodeIO.fetch_project_dependencies")
11251125
@mock.patch("dejacode_toolkit.scancodeio.ScanCodeIO.fetch_project_packages")
11261126
def test_product_portfolio_import_packages_from_scio_importer_look_for_existing_package(
1127-
self, mock_fetch_packages, mock_fetch_dependencies
1127+
self, mock_fetch_packages, mock_fetch_dependencies
11281128
):
11291129
purl = "pkg:maven/org.apache.activemq/[email protected]"
11301130
filename = "activemq-camel.zip"

0 commit comments

Comments
 (0)