File tree 1 file changed +5
-10
lines changed
src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/person
1 file changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -97,18 +97,15 @@ class SentencesSmokeTest : DescribeSpec(
97
97
},
98
98
"automaticRelease": {
99
99
"date": "2020-02-03",
100
- "overrideDate": "2020-02-03",
101
- "calculatedDate": null
100
+ "overrideDate": "2020-02-03"
102
101
},
103
102
"conditionalRelease": {
104
103
"date": "2020-02-03",
105
- "overrideDate": "2020-02-03",
106
- "calculatedDate": null
104
+ "overrideDate": "2020-02-03"
107
105
},
108
106
"dtoPostRecallRelease": {
109
107
"date": "2020-02-03",
110
- "overrideDate": "2020-04-01",
111
- "calculatedDate": null
108
+ "overrideDate": "2020-04-01"
112
109
},
113
110
"earlyTerm": {
114
111
"date": "2020-02-03",
@@ -143,8 +140,7 @@ class SentencesSmokeTest : DescribeSpec(
143
140
},
144
141
"nonParole": {
145
142
"date": "2020-02-03",
146
- "overrideDate": "2020-02-03",
147
- "calculatedDate": null
143
+ "overrideDate": "2020-02-03"
148
144
},
149
145
"paroleEligibility": {
150
146
"date": "2020-02-03",
@@ -153,8 +149,7 @@ class SentencesSmokeTest : DescribeSpec(
153
149
},
154
150
"postRecallRelease": {
155
151
"date": "2020-02-03",
156
- "overrideDate": "2020-04-01",
157
- "calculatedDate": null
152
+ "overrideDate": "2020-04-01"
158
153
},
159
154
"release": {
160
155
"date": "2020-04-01",
You can’t perform that action at this time.
0 commit comments