Skip to content

Commit

Permalink
πŸ”§ fix: ν…ŒμŠ€νŠΈμ½”λ“œκ°€ μ •μƒμ μœΌλ‘œ λ™μž‘ν•˜μ§€ μ•ŠλŠ” λΆ€λΆ„ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuo3o committed Dec 3, 2024
1 parent 495fe73 commit 0389366
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -37,9 +37,7 @@ describe('stock trade history test', () => {
jest
.spyOn(koreaInvestmentDomainService, 'requestApi')
.mockResolvedValueOnce(STOCK_TRADE_HISTORY_TODAY_MOCK);
jest
.spyOn(stockPriceSocketService, 'subscribeByCode')
.mockImplementation(() => {});
jest.spyOn(stockPriceSocketService, 'subscribeByCode').mockResolvedValue();

const response =
await stockTradeHistoryService.getTodayStockTradeHistory('005930');

0 comments on commit 0389366

Please sign in to comment.