mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Minor fix to BitstreamFormatRestRepositoryIT after adding new format (CSV)
This commit is contained in:
@@ -56,7 +56,7 @@ public class BitstreamFormatRestRepositoryIT extends AbstractControllerIntegrati
|
||||
@Autowired
|
||||
private BitstreamFormatConverter bitstreamFormatConverter;
|
||||
|
||||
private final int DEFAULT_AMOUNT_FORMATS = 80;
|
||||
private final int DEFAULT_AMOUNT_FORMATS = 81;
|
||||
|
||||
@Test
|
||||
public void findAllPaginationTest() throws Exception {
|
||||
|
Reference in New Issue
Block a user