Skip to content

Commit

Permalink
πŸ”§ fix: ν•„μš” μ—†λŠ” λͺ¨ν‚Ή μ‚­μ œ #237
Browse files Browse the repository at this point in the history
  • Loading branch information
sieunie committed Dec 2, 2024
1 parent a8336ae commit f20dea2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions BE/src/stock/order/stock-order.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ import { AssetRepository } from '../../asset/asset.repository';
import { TradeType } from './enum/trade-type';
import { StatusType } from './enum/status-type';

jest.mock('../../asset/asset.repository');
jest.mock('./stock-order.repository');

describe('stock order test', () => {
let stockOrderService: StockOrderService;
let stockOrderRepository: StockOrderRepository;
Expand Down

0 comments on commit f20dea2

Please sign in to comment.