Skip to content

Commit

Permalink
chore: black
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanFl committed Dec 23, 2024
1 parent c2ee151 commit 16be028
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,15 @@ def test_multiple_observations(self):
self.assertEqual("2.9.0", license_component.version)

license_component = license_components[4]
self.assertEqual('', license_component.unsaved_license)
self.assertEqual("", license_component.unsaved_license)
self.assertEqual("PyMySQL", license_component.name)
self.assertEqual("1.1.1", license_component.version)

license_component = license_components[89]
self.assertEqual("Artistic-1.0-Perl AND GPL-1.0-or-later", license_component.unsaved_license)
self.assertEqual(
"Artistic-1.0-Perl AND GPL-1.0-or-later",
license_component.unsaved_license,
)
self.assertEqual("perl", license_component.name)
self.assertEqual("5.38.2-r0", license_component.version)
self.assertEqual(
Expand Down

0 comments on commit 16be028

Please sign in to comment.