Skip to content

Commit 006e6d4

Browse files
Test .equals and .hashCode for Align
1 parent 699c6f9 commit 006e6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/opencastsoftware/prettier4j/DocTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1641,7 +1641,7 @@ void testEquals() {
16411641
EqualsVerifier
16421642
.forClasses(
16431643
Text.class, Append.class, Param.class, WrapText.class,
1644-
Alternatives.class, Indent.class, Margin.class, Link.class,
1644+
Alternatives.class, Indent.class, Align.class, Margin.class, Link.class,
16451645
LineOr.class, Escape.class, Styled.class, OpenLink.class)
16461646
.usingGetClass()
16471647
.withPrefabValues(Doc.class, left, right)

0 commit comments

Comments
 (0)