Skip to content

Commit aef1ca8

Browse files
committed
chore: 테스트 코드 수정
1 parent 9f00122 commit aef1ca8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/commerce-api/src/test/java/com/loopers/domain/like/LikeConcurrencyIntegrationTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ public class LikeConcurrencyIntegrationTest {
5252
1L,
5353
"테스트 상품",
5454
BigDecimal.valueOf(10000),
55-
100
55+
100,
56+
0
5657
)
5758
);
5859

0 commit comments

Comments
 (0)