Skip to content

Commit

Permalink
Update test_mend_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
testaccount90009 committed Oct 10, 2024
1 parent 8b26b28 commit 72c6a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittests/tools/test_mend_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ def test_parse_file_with_one_sca_vuln_finding(self):
findings = parser.get_findings(testfile, Test())
self.assertEqual(1, len(findings))
finding = list(findings)[0]
self.assertEqual("D:\\MendRepo\\test-product\\test-project\\test-project-subcomponent\\path\\to\\the\\Java\\commons-codec-1.6_donotuse.jar", finding.file_path)
self.assertEqual("D:\\MendRepo\\test-product\\test-project\\test-project-subcomponent\\path\\to\\the\\Java\\commons-codec-1.6_donotuse.jar", finding.file_path)

0 comments on commit 72c6a87

Please sign in to comment.