Skip to content

Commit 991201b

Browse files
committed
Fixed checkinContent
1 parent 469526c commit 991201b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logicaldoc-webapp/src/test/java/com/logicaldoc/web/service/DocumentServiceImplTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ public void testCreateWithContent() throws ServerException {
342342
}
343343

344344
@Test
345-
public void testCheckinContext() throws ServerException, PersistenceException {
345+
public void testCheckinContent() throws ServerException, PersistenceException {
346346
testCreateWithContent();
347347
testSubject.checkout(List.of(7L));
348348

0 commit comments

Comments
 (0)