Skip to content

Commit

Permalink
🚚 rename: 파일λͺ… 및 디렉터리 톡일#237
Browse files Browse the repository at this point in the history
  • Loading branch information
uuuo3o committed Dec 2, 2024
1 parent 3bfb649 commit 4cd8976
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BE/src/stock/topfive/stock-topfive.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { Test } from '@nestjs/testing';
import { KoreaInvestmentDomainService } from '../../common/koreaInvestment/korea-investment.domain-service';
import { StockTopfiveService } from './stock-topfive.service';
import { StockRankingDataDto } from './dto/stock-ranking-data.dto';
import { STOCK_TOP_FIVE_HIGH_MOCK } from './stock-topfive-high.mock-data';
import { STOCK_TOP_FIVE_LOW_MOCK } from './stock-topfive-low.mock-data';
import { STOCK_TOP_FIVE_HIGH_MOCK } from './mockdata/stock-topfive-high.mockdata';
import { STOCK_TOP_FIVE_LOW_MOCK } from './mockdata/stock-topfive-low.mockdata';
import { MarketType } from '../enum/market-type';

jest.mock('axios');
Expand Down

0 comments on commit 4cd8976

Please sign in to comment.