Fixed test units

sg-core-3
Fabio Sinibaldi 3 years ago
parent e06f96ff35
commit eb2b549e0f

@ -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;
}

Loading…
Cancel
Save