Skip to content

Commit

Permalink
Ignore partOfModifiedCode in equals test.
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Jan 25, 2024
1 parent df92021 commit 7118e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/java/edu/hm/hafner/analysis/IssueTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ void shouldObeyEqualsContract() {
TREE_STRING_BUILDER.intern("Two"))
.withPrefabValues(LineRangeList.class, new LineRangeList(10), filled)
.forClass(Issue.class)
.withIgnoredFields("id", "reference", "pathName", "fingerprint").verify();
.withIgnoredFields("id", "reference", "pathName", "fingerprint", "partOfModifiedCode").verify();
}

@Override
Expand Down

0 comments on commit 7118e7a

Please sign in to comment.