Skip to content

Commit

Permalink
fix: make code match comment intention
Browse files Browse the repository at this point in the history
  • Loading branch information
terriko committed May 15, 2024
1 parent 2dd5e57 commit 1a9a8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,7 +649,7 @@ def test_SBOM(self, caplog):
known_cves_message,
)
assert (
int(m.group("product_number")) > 2
int(m.group("product_number")) >= 2
), "Not enough products with cves found in output"

def test_sbom_detection(self, caplog):
Expand Down

0 comments on commit 1a9a8ee

Please sign in to comment.