Skip to content

Commit

Permalink
[TEST] refactor user domain
Browse files Browse the repository at this point in the history
  • Loading branch information
nogamsung committed Jan 21, 2024
1 parent c0cf8b3 commit 40adbef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ void givenValid_whenBuilder_thenReturn() {
"isSeekingTeam", "isTemporaryPassword", "isNotified")
.containsExactly("tester", "password1!", "테스터", null, null, LocalDate.of(1997, 2, 11),
now, Gender.M, Position.NONE, 0F, 0L, 0,
false, false, true)
true, false, true)
);
}

Expand Down

0 comments on commit 40adbef

Please sign in to comment.