Updated bitstream format test

This commit is contained in:
Michael Spalti
2023-03-08 17:22:26 -08:00
parent e0846452e5
commit 71ababf728

View File

@@ -56,7 +56,7 @@ public class BitstreamFormatRestRepositoryIT extends AbstractControllerIntegrati
@Autowired @Autowired
private BitstreamFormatConverter bitstreamFormatConverter; private BitstreamFormatConverter bitstreamFormatConverter;
private final int DEFAULT_AMOUNT_FORMATS = 81; private final int DEFAULT_AMOUNT_FORMATS = 82;
@Test @Test
public void findAllPaginationTest() throws Exception { public void findAllPaginationTest() throws Exception {