Skip to content

Commit 27f1726

Browse files
Fix smoke
1 parent afe55de commit 27f1726

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class OffencesSmokeTest : DescribeSpec(
3232
"courtDates": [
3333
"2018-02-10"
3434
],
35-
"courtName": "string",
35+
"courtName": null,
3636
"description": "Commit an act / series of acts with intent to pervert the course of public justice",
3737
"endDate": "2018-03-10",
3838
"startDate": "2018-02-10",
@@ -46,7 +46,7 @@ class OffencesSmokeTest : DescribeSpec(
4646
"courtDates": [
4747
"2019-08-24"
4848
],
49-
"courtName": null,
49+
"courtName": "string",
5050
"description": "string",
5151
"endDate": null,
5252
"startDate": "2019-08-24",
@@ -60,7 +60,7 @@ class OffencesSmokeTest : DescribeSpec(
6060
"courtDates": [
6161
"2019-08-24"
6262
],
63-
"courtName": null,
63+
"courtName": "string",
6464
"description": "string",
6565
"endDate": null,
6666
"startDate": "2019-08-24",

0 commit comments

Comments
 (0)