Skip to content

Commit

Permalink
Fix failing IT by increasing number of formats by one
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Jun 10, 2024
1 parent 356a028 commit c61b703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public class BitstreamFormatRestRepositoryIT extends AbstractControllerIntegrati
@Autowired
private BitstreamFormatConverter bitstreamFormatConverter;

private final int DEFAULT_AMOUNT_FORMATS = 85;
private final int DEFAULT_AMOUNT_FORMATS = 86;

@Test
public void findAllPaginationTest() throws Exception {
Expand Down

0 comments on commit c61b703

Please sign in to comment.