Skip to content

Commit 2d11be0

Browse files
committed
[fix/#365] 회계내역이 있는 년도 조회 테스트 시간 의존성 제거
1 parent 950042c commit 2d11be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resource-server/src/test/java/com/inhabas/api/domain/budget/repository/BudgetHistoryRepositoryTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class BudgetHistoryRepositoryTest {
3939
private static final String HISTORY_DETAILS = "details";
4040
private static final Integer HISTORY_OUTCOME = 10000;
4141
private static final String ACCOUNT_NUMBER = "123-123-123";
42-
private static final LocalDateTime HISTORY_DATE_USED = LocalDateTime.now().minusDays(10L);
42+
private static final LocalDateTime HISTORY_DATE_USED = LocalDateTime.of(2025, 1, 15, 0, 0);
4343

4444
@BeforeEach
4545
public void setUp() {

0 commit comments

Comments
 (0)