Skip to content

Commit 94b5248

Browse files
committed
fix
1 parent 989af8b commit 94b5248

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

unittests/tools/test_jfrog_xray_unified_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ def test_parse_file_with_another_report(self):
346346
testfile.close()
347347
self.assertEqual(7, len(findings))
348348

349-
def test_parse_file_with_another_report(self):
349+
def test_parse_file_issue_13628(self):
350350
testfile = (get_unit_tests_scans_path("jfrog_xray_unified") / "issue_13628.json").open(encoding="utf-8")
351351
parser = JFrogXrayUnifiedParser()
352352
findings = parser.get_findings(testfile, Test())

0 commit comments

Comments
 (0)