Skip to content

Commit 032e687

Browse files
Merge branch 'develop' into fb_pipelineFileLike
2 parents bb9a5ce + 6df099e commit 032e687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/labkey/test/util/TestDataGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ private static boolean isNameInvalidLocal(DomainKind domainKind, @Nullable Rando
723723

724724
int maxLength = switch (domainKind)
725725
{
726-
case Assay -> 200 - 13; // Make room for "{$domainName} Batch Fields" domain
726+
case Assay -> 150; // Make room for "{$domainName} Batch Fields" domain
727727
case SampleSet -> 100;
728728
default -> 200; // Sources, lists, and datasets allow 200 character names
729729
};

0 commit comments

Comments
 (0)