Skip to content

Commit

Permalink
#30 상품 테스트 작성
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeondev committed May 19, 2024
1 parent 6103cc3 commit b12c233
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public class GoodsServiceTest {
private GoodsRepository goodsRepository;

@Test
@DisplayName("상품 엔티티가 서비스 객체로 변환된다.")
@DisplayName("상품 엔티티가 서비스 객체로 변환된다. ")
public void 엔티티_서비스객체_변환() throws Exception {
//given
GoodsManagementEntity goodsEntity = responseGoods().toEntity();
Expand Down

0 comments on commit b12c233

Please sign in to comment.