Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
jwigert committed Oct 19, 2023
1 parent ded7287 commit a63caf7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ protected void assertThatIssuesArePresent(final Report report, final SoftAsserti

@Test
void assertThatVulnerabilityWithoutDescriptionCanBeParsed() {
var fileWithIssues = "grype-report-wo-description.json";
var report = super.parse(fileWithIssues);
var report = parse("grype-report-wo-description.json");

try (var softly = new SoftAssertions()) {
softly.assertThat(report).hasSize(20).hasDuplicatesSize(13);
Expand Down

0 comments on commit a63caf7

Please sign in to comment.