Skip to content

Commit

Permalink
#30 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
kimsuyeondev committed May 22, 2024
1 parent e0937f3 commit 252d58e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private static GoodsManagementRequest requestGoods() {
List<GoodsItemManagementRequest> items = new ArrayList<>();

items.add(GoodsItemManagementRequest.builder()
.itemNm("건성용")
.itemNm("건성용 ")
.itemQty(50).build());
items.add(GoodsItemManagementRequest.builder()
.itemNm("지성용")
Expand Down

0 comments on commit 252d58e

Please sign in to comment.