File tree 1 file changed +3
-3
lines changed
src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/person
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ class OffencesSmokeTest : DescribeSpec(
32
32
"courtDates": [
33
33
"2018-02-10"
34
34
],
35
- "courtName": "string" ,
35
+ "courtName": null ,
36
36
"description": "Commit an act / series of acts with intent to pervert the course of public justice",
37
37
"endDate": "2018-03-10",
38
38
"startDate": "2018-02-10",
@@ -46,7 +46,7 @@ class OffencesSmokeTest : DescribeSpec(
46
46
"courtDates": [
47
47
"2019-08-24"
48
48
],
49
- "courtName": null ,
49
+ "courtName": "string" ,
50
50
"description": "string",
51
51
"endDate": null,
52
52
"startDate": "2019-08-24",
@@ -60,7 +60,7 @@ class OffencesSmokeTest : DescribeSpec(
60
60
"courtDates": [
61
61
"2019-08-24"
62
62
],
63
- "courtName": null ,
63
+ "courtName": "string" ,
64
64
"description": "string",
65
65
"endDate": null,
66
66
"startDate": "2019-08-24",
You can’t perform that action at this time.
0 commit comments