Skip to content

Commit

Permalink
test: 불필요한 필드 제외 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
coli-geonwoo committed Nov 4, 2024
1 parent 8bdf327 commit a4e1e28
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ void authorize() {
() -> assertThat(authorizedMember.getDeviceToken().getValue()).isEqualTo("other_dt"),
() -> assertThat(authorizedMember)
.usingRecursiveComparison()
.ignoringFields("deviceToken")
.isEqualTo(requestMember)
);
}
Expand Down

0 comments on commit a4e1e28

Please sign in to comment.