Skip to content

Commit 5512b84

Browse files
committed
test(profile): added gender field into ProfileRepositoryTest
1 parent 9c43e8c commit 5512b84

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/jobboard-backend/src/test/java/org/bounswe/jobboardbackend/profile/repository/ProfileRepositoryTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ void findByUserId_whenProfileExists_returnsProfile() {
3636
.firstName("John")
3737
.lastName("Doe")
3838
.bio("Test bio")
39+
.gender("Test gender")
3940
.build();
4041
profileRepository.save(profile);
4142

0 commit comments

Comments
 (0)