Skip to content

Commit

Permalink
test: test code
Browse files Browse the repository at this point in the history
  • Loading branch information
songyi00 committed Feb 26, 2024
1 parent 2fd2a13 commit 67b1cb8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ public StockDetailResponse getStockByTicker(final String ticker) {
List<Dividend> lastYearDividends = getLastYearDividends(stock);
List<Dividend> thisYearDividends = getThisYearDividends(stock);

System.out.println("--테스트--");
System.out.println(lastYearDividends);
System.out.println(thisYearDividends);
List<Month> dividendMonths = dividendAnalysisService.calculateDividendMonths(stock, lastYearDividends);
Double dividendYield = dividendAnalysisService.calculateDividendYield(stock, lastYearDividends);

Expand Down

0 comments on commit 67b1cb8

Please sign in to comment.