We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469526c commit 991201bCopy full SHA for 991201b
logicaldoc-webapp/src/test/java/com/logicaldoc/web/service/DocumentServiceImplTest.java
@@ -342,7 +342,7 @@ public void testCreateWithContent() throws ServerException {
342
}
343
344
@Test
345
- public void testCheckinContext() throws ServerException, PersistenceException {
+ public void testCheckinContent() throws ServerException, PersistenceException {
346
testCreateWithContent();
347
testSubject.checkout(List.of(7L));
348
0 commit comments