Fixed test units

This commit is contained in:
Fabio Sinibaldi 2021-09-22 12:31:23 +02:00
parent e06f96ff35
commit eb2b549e0f
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ public class WorkspaceManager {
content.setLink(item.getPublicLink().toString());
content.setMimetype(item.get().getContent().getMimeType());
content.setStorageID(item.getId());
content.setName(item.get().getName());
return content;
}