We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0836fca commit 3b0b0b4Copy full SHA for 3b0b0b4
vinca/test_license_utils.py
@@ -250,7 +250,9 @@ def test_additional_license_variants():
250
251
# Eclipse variants
252
assert convert_to_spdx_license(["Eclipse Public License 2.0"]) == "EPL-2.0"
253
- assert convert_to_spdx_license(["Eclipse Distribution License 1.0"]) == "BSD-3-Clause"
+ assert (
254
+ convert_to_spdx_license(["Eclipse Distribution License 1.0"]) == "BSD-3-Clause"
255
+ )
256
257
# Zlib
258
assert convert_to_spdx_license(["zlib License"]) == "Zlib"
0 commit comments