Skip to content

Commit

Permalink
Update NotificationModelConverterTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
sahibamittal committed Aug 13, 2024
1 parent 3ec305f commit 8e66ff3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,6 @@ public void testConvertBomValidationFailedNotification() throws Exception {
final var subject = notification.getSubject().unpack(BomValidationFailedSubject.class);
assertProject(subject.getProject());
assertThat(subject.getBom().getContent()).isEqualTo("bom");
assertThat(subject.getBom().getFormat()).isEqualTo("CycloneDX");
assertThat(subject.getErrors(0)).isEqualTo("just because");
}

Expand Down

0 comments on commit 8e66ff3

Please sign in to comment.