Skip to content

Commit

Permalink
Fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
phhung-axonivy committed Dec 12, 2024
1 parent 722c081 commit f29ddde
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ void testSyncFirstPublishedDateOfAllProducts() throws IOException {
}

@Test
void testNoSyncFirstPublishedDateForSyncedProducts() throws IOException {
void testNoSyncFirstPublishedDateForSyncedProducts() {
Product mockProduct = new Product();
mockProduct.setId(SAMPLE_PRODUCT_ID);
mockProduct.setRepositoryName(SAMPLE_PRODUCT_REPOSITORY_NAME);
Expand Down

0 comments on commit f29ddde

Please sign in to comment.