Skip to content

Commit 4f61294

Browse files
committed
Corrected character length
1 parent 3df0dbd commit 4f61294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/uk/gov/hmcts/ccd/domain/types/DynamicListValidatorTest.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
import com.fasterxml.jackson.databind.JsonNode;
1010
import com.fasterxml.jackson.databind.ObjectMapper;
11-
import com.fasterxml.jackson.databind.node.JsonNodeFactory;
1211
import org.junit.jupiter.api.BeforeEach;
1312
import org.junit.jupiter.api.DisplayName;
1413
import org.junit.jupiter.api.Test;
@@ -94,7 +93,8 @@ public void invalidValue() throws Exception {
9493
+ " \"label\": \"Fixed List 1\"\n"
9594
+ " },\n"
9695
+ " \"dynamic_list_items\": [{\n"
97-
+ " \"code\": \"FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList\",\n"
96+
+ " \"code\": \"FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1"
97+
+ " FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList\",\n"
9898
+ " \"label\": \"Fixed List 1\"\n"
9999
+ " }, {\n"
100100
+ " \"code\": \"FixedList2\",\n"

0 commit comments

Comments
 (0)