Skip to content

Commit 7f7dc2e

Browse files
BENCH-161 Updated CategoryServiceTest
1 parent 4cd1892 commit 7f7dc2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/com/answerdigital/academy/answerking/service/CategoryServiceTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ class CategoryServiceTest {
4040
@Mock
4141
private ProductService productService;
4242

43-
private final Long CATEGORY_ID = 1L;
44-
private final Long PRODUCT_ID = 1L;
43+
private static final Long CATEGORY_ID = 1L;
44+
private static final Long PRODUCT_ID = 1L;
4545

4646
@BeforeEach
4747
void setUp() {

0 commit comments

Comments
 (0)