Skip to content

Commit 39bc351

Browse files
committed
GridPanelBaseTest: use the collaboration folder type
1 parent a3751a7 commit 39bc351

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/org/labkey/test/tests/component/GridPanelBaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ protected List<String> getAllSets(List<String> values, int index)
7373

7474
protected void initProject()
7575
{
76-
_containerHelper.createProject(getProjectName(), null);
76+
_containerHelper.createProject(getProjectName(), "Collaboration");
7777

7878
// Add the 'Sample Types' web part. It is easier when debugging etc...
7979
new PortalHelper(this).addWebPart("Sample Types");

0 commit comments

Comments
 (0)