Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clorenz committed Sep 3, 2024
1 parent 9bf1d50 commit e491474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public void testToString() {
@Test
public void shortenedStringsForWeirdManifestations() {
List<EntityRelation> relations = new ArrayList<>();
relations.add(null); // yes, that's an actual real-world example!
relations.add(null); // yes, that's an actual real-world example!
String actual = Manifestation.dumpShortenedRelations(relations);
assertThat(actual).isEqualTo("[]");
}
Expand Down

0 comments on commit e491474

Please sign in to comment.