Skip to content

Commit

Permalink
test: (#281) id 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Jan 11, 2023
1 parent ba02e8d commit 620fe27
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class QueryUserInfoUseCaseTests {
given(queryUserPort.queryUserById(id))
.willReturn(userStub)

given(querySpotPort.querySpotById(id))
given(querySpotPort.querySpotById(spotId))
.willReturn(spotStub)

// when
Expand Down

0 comments on commit 620fe27

Please sign in to comment.