Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
Co-authored-by: Marcelo Duarte Trevisani <[email protected]>
  • Loading branch information
ytausch and marcelotrevisani committed Aug 19, 2024
1 parent 0155b2e commit a46e072
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/license/test_discovery.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def test_short_license_id(licence_name, short_licence):
"license_id", [lic["licenseId"] for lic in get_all_licenses_from_spdx()]
)
def test_short_license_id_map_to_self(license_id: str):
print(license_id)
assert get_short_license_id(license_id) == license_id


Expand Down

0 comments on commit a46e072

Please sign in to comment.