Skip to content

Commit

Permalink
MARP-1448 fix test for marketplace service (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy authored Nov 18, 2024
1 parent 7ca3055 commit f488ade
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ void testSyncProductsFirstTime() throws IOException {
verify(productModuleContentRepo).saveAll(argumentCaptorProductModuleContents.capture());
verify(productRepo).save(argumentCaptor.capture());

assertEquals(7, argumentCaptorProductModuleContents.getValue().size());
assertThat(argumentCaptorProductModuleContents.getValue().get(0).getId())
.isEqualTo(mockReadmeProductContent().getId());
}
Expand Down

0 comments on commit f488ade

Please sign in to comment.