File tree 1 file changed +2
-2
lines changed
src/test/java/uk/gov/hmcts/ccd/domain/types
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
import com .fasterxml .jackson .databind .JsonNode ;
10
10
import com .fasterxml .jackson .databind .ObjectMapper ;
11
- import com .fasterxml .jackson .databind .node .JsonNodeFactory ;
12
11
import org .junit .jupiter .api .BeforeEach ;
13
12
import org .junit .jupiter .api .DisplayName ;
14
13
import org .junit .jupiter .api .Test ;
@@ -94,7 +93,8 @@ public void invalidValue() throws Exception {
94
93
+ " \" label\" : \" Fixed List 1\" \n "
95
94
+ " },\n "
96
95
+ " \" dynamic_list_items\" : [{\n "
97
- + " \" code\" : \" FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList\" ,\n "
96
+ + " \" code\" : \" FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1"
97
+ + " FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList1FixedList\" ,\n "
98
98
+ " \" label\" : \" Fixed List 1\" \n "
99
99
+ " }, {\n "
100
100
+ " \" code\" : \" FixedList2\" ,\n "
You can’t perform that action at this time.
0 commit comments