Skip to content

Commit 9248957

Browse files
author
popey2700
committed
Update smoke test
1 parent ee41fb8 commit 9248957

File tree

1 file changed

+5
-10
lines changed

1 file changed

+5
-10
lines changed

src/test/kotlin/uk/gov/justice/digital/hmpps/hmppsintegrationapi/smoke/person/SentencesSmokeTest.kt

+5-10
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,15 @@ class SentencesSmokeTest : DescribeSpec(
9797
},
9898
"automaticRelease": {
9999
"date": "2020-02-03",
100-
"overrideDate": "2020-02-03",
101-
"calculatedDate": null
100+
"overrideDate": "2020-02-03"
102101
},
103102
"conditionalRelease": {
104103
"date": "2020-02-03",
105-
"overrideDate": "2020-02-03",
106-
"calculatedDate": null
104+
"overrideDate": "2020-02-03"
107105
},
108106
"dtoPostRecallRelease": {
109107
"date": "2020-02-03",
110-
"overrideDate": "2020-04-01",
111-
"calculatedDate": null
108+
"overrideDate": "2020-04-01"
112109
},
113110
"earlyTerm": {
114111
"date": "2020-02-03",
@@ -143,8 +140,7 @@ class SentencesSmokeTest : DescribeSpec(
143140
},
144141
"nonParole": {
145142
"date": "2020-02-03",
146-
"overrideDate": "2020-02-03",
147-
"calculatedDate": null
143+
"overrideDate": "2020-02-03"
148144
},
149145
"paroleEligibility": {
150146
"date": "2020-02-03",
@@ -153,8 +149,7 @@ class SentencesSmokeTest : DescribeSpec(
153149
},
154150
"postRecallRelease": {
155151
"date": "2020-02-03",
156-
"overrideDate": "2020-04-01",
157-
"calculatedDate": null
152+
"overrideDate": "2020-04-01"
158153
},
159154
"release": {
160155
"date": "2020-04-01",

0 commit comments

Comments
 (0)