Skip to content

Commit

Permalink
test: fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
Seung-o committed Jan 20, 2024
1 parent 698dd7b commit 4575866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/trade-posts/tests/trade-post.service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ describe('TradePostService', () => {
describe('createTradePost', () => {
it('should create a trade post', async () => {
// Mock the necessary dependencies and input data
const userId = new Types.ObjectId();
const userId = '65a178d35a5f64cf91e95123';
const input: CreateTradePostInput = {
action: TradeAction.BUY,
price: 1000,
Expand Down

0 comments on commit 4575866

Please sign in to comment.