Skip to content

Commit

Permalink
Update ProductDetailsControllerTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
ntqdinh-axonivy committed Jul 26, 2024
1 parent bd69836 commit 4dc6a9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ void testProductDetails() {
assertEquals(result, mockExpectedResult);

verify(productService, times(1)).fetchProductDetail(DOCKER_CONNECTOR_ID);
verify(detailModelAssembler, times(1)).toModel(mockProduct(), null);
verify(detailModelAssembler, times(1)).toModel(mockProduct());
}

@Test
Expand Down

0 comments on commit 4dc6a9b

Please sign in to comment.