Skip to content

Commit

Permalink
Fix broken PanoramaPublic tests (#362)
Browse files Browse the repository at this point in the history
  • Loading branch information
vagisha authored Jul 8, 2023
1 parent 3b545c4 commit 6e54ef7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
import org.labkey.api.util.FileUtil;
import org.labkey.api.util.PageFlowUtil;
import org.labkey.api.writer.FileSystemFile;
import org.labkey.panoramapublic.PanoramaPublicManager;
import org.labkey.panoramapublic.model.ExperimentAnnotations;

import java.io.File;
Expand Down Expand Up @@ -101,6 +100,7 @@ public void writeExperiment(CopyExperimentJobSupport support, ExperimentAnnotati
FolderArchiveDataTypes.WIKIS_AND_THEIR_ATTACHMENTS, // "Wikis and their attachments",
FolderArchiveDataTypes.CONTAINER_SPECIFIC_MODULE_PROPERTIES, // "Container specific module properties",
FolderArchiveDataTypes.EXPERIMENTS_AND_RUNS, // "Experiments and runs"
FolderArchiveDataTypes.EXPERIMENT_RUNS,
FolderArchiveDataTypes.LIST_DESIGN, // "Lists"
FolderArchiveDataTypes.LIST_DATA,
TargetedMSService.QC_FOLDER_DATA_TYPE
Expand Down

0 comments on commit 6e54ef7

Please sign in to comment.