Skip to content

Commit 215d1a6

Browse files
authored
chore: Black fix for test/test_cli.py
1 parent 228598c commit 215d1a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ def test_CVSS_score(self, capsys, caplog):
484484
my_test_filename_pathlib.unlink()
485485
caplog.clear()
486486

487-
@pytest.mark.skip(reason="Needs database rebuild. Temporary fix.")
487+
@pytest.mark.skip(reason="Needs database rebuild. Temporary fix.")
488488
def test_SBOM(self, caplog):
489489
# check sbom file option
490490
SBOM_PATH = Path(__file__).parent.resolve() / "sbom"

0 commit comments

Comments
 (0)