Skip to content

Commit 3da61fd

Browse files
davidgamezCopilot
andauthored
Update api/tests/utils/test_license_utils.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3b83cc5 commit 3da61fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/tests/utils/test_license_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def test_resolve_fuzzy_match_host_and_threshold(self):
120120
db_session=self.session,
121121
max_candidates=2,
122122
)
123-
self.assertTrue(len(results) >= 1)
123+
self.assertGreaterEqual(len(results), 1)
124124
self.assertTrue(all(r.match_type == "fuzzy" for r in results))
125125
self.assertTrue(all(r.matched_catalog_url.startswith("opensource.org") for r in results))
126126

0 commit comments

Comments
 (0)