Skip to content

Commit

Permalink
fix: LocalDateTime ci문제 오류 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
chaewon121 committed Oct 13, 2023
1 parent f8da601 commit 011a80a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ protected void setUp() {
softAssertions.assertThat(actual)
.usingRecursiveComparison()
.ignoringExpectedNullFields()
.ignoringFieldsOfTypes(LocalDateTime.class)
.isEqualTo(expected);
});
}
Expand Down

0 comments on commit 011a80a

Please sign in to comment.