Skip to content

Commit

Permalink
Formatting changes
Browse files Browse the repository at this point in the history
  • Loading branch information
probation-integration-bot[bot] authored Nov 15, 2024
1 parent 632e881 commit e78b49d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ class AppointmentOutcomeIntegrationTest {
assertNull(createdAppointment.outcomeId)
assertNull(createdAppointment.sensitive)

val request = Outcome(response.appointments[0].id, "ATTC", notes = "my notes")
val request = Outcome(response.appointments[0].id, "ATTC", notes = "my notes")

mockMvc
.perform(
Expand Down

0 comments on commit e78b49d

Please sign in to comment.