Skip to content

Commit

Permalink
Merge pull request #105 from daadaadaah/fix/remove-unnecessary-code
Browse files Browse the repository at this point in the history
테스트 추가용 코드에서 불필요한 코드 삭제
  • Loading branch information
daadaadaah authored Jul 6, 2023
2 parents ebc4400 + 17b4d7f commit 4894245
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,10 +118,6 @@ public List<Object> execute(RedisOperations operations) throws DataAccessExcepti
expirationInSeconds
);

if(scoreForSortSet == 1) {
throw new RuntimeException("예외다");
}

saveDealProductEntity(
"timeDealProducts:"+dealOpenDate,
dealProductUuid,
Expand Down

0 comments on commit 4894245

Please sign in to comment.