Skip to content

Commit

Permalink
FIX : suspension temporaire de l'appel à dat2ppn
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-maraval committed Nov 27, 2024
1 parent 68b6bb2 commit 51ea500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/fr/abes/bestppn/service/BestPpnServiceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ void getBestPpnTest04() throws IOException, URISyntaxException {
}


@Test
/* @Test
@DisplayName("Test 1 printFromDat ")
void getBestPpnTest06() throws IOException, BestPpnException, URISyntaxException {
String provider = "";
Expand Down Expand Up @@ -391,7 +391,7 @@ void getBestPpnTest06() throws IOException, BestPpnException, URISyntaxException
// Vérification
Assertions.assertEquals("300000002", result.getPpn());
Assertions.assertEquals(DESTINATION_TOPIC.PRINT_PPN_SUDOC, result.getDestination());
}
}*/

@Test
@DisplayName("Test printFromPrint & 0 printFromDat ")
Expand Down

0 comments on commit 51ea500

Please sign in to comment.