Skip to content

Commit

Permalink
fix(profile): test 코드 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobhboy committed Apr 25, 2024
1 parent 3de41e4 commit 31800be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public class QueryProfileServiceTest extends ServiceTest {
}

private List<Profile> 입학년도가_2021년인_사람_조회() {
return queryProfileService.readAll(new Filter(null, null, "2021-2021"));
return queryProfileService.readAll(new Filter(null, null, 2L));
}

private List<Profile> 취업한_사람만_조회() {
Expand Down

0 comments on commit 31800be

Please sign in to comment.