Skip to content

Commit 3a04dc8

Browse files
Formatting changes
1 parent fd31ecc commit 3a04dc8

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

projects/prison-case-notes-to-probation/src/integrationTest/kotlin/uk/gov/justice/digital/hmpps/CaseNotesIntegrationTest.kt

+7-6
Original file line numberDiff line numberDiff line change
@@ -199,12 +199,13 @@ class CaseNotesIntegrationTest {
199199
fun `case note not of interest - noop`() {
200200
val existing = CaseNoteMessageGenerator.EXISTS_IN_DELIUS
201201
channelManager.getChannel(queueName).publishAndWait(
202-
prepNotification(existing.copy(
203-
attributes = MessageAttributes(existing.eventType!!).apply {
204-
this["type"] = MessageAttribute("String", "NOTOF")
205-
this["subType"] = MessageAttribute("String", "INTEREST")
206-
}
207-
), wireMockserver.port())
202+
prepNotification(
203+
existing.copy(
204+
attributes = MessageAttributes(existing.eventType!!).apply {
205+
this["type"] = MessageAttribute("String", "NOTOF")
206+
this["subType"] = MessageAttribute("String", "INTEREST")
207+
}
208+
), wireMockserver.port())
208209
)
209210

210211
verify(telemetryService, never()).trackEvent(eq(CASE_NOTE_MERGED), anyMap(), anyMap())

0 commit comments

Comments
 (0)