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 Oct 21, 2024
1 parent b838293 commit bbd9e9f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,8 @@ internal class IntegrationTest {
val topic = hmppsChannelManager.getChannel(topicName)
val messages = topic.pollFor(1)

val engagementCreated = messages.first { it.eventType == "probation-case.engagement.created" }.message as HmppsDomainEvent
val engagementCreated =
messages.first { it.eventType == "probation-case.engagement.created" }.message as HmppsDomainEvent

assertEquals("probation-case.engagement.created", engagementCreated.eventType)
assertEquals(1, engagementCreated.version)
Expand Down

0 comments on commit bbd9e9f

Please sign in to comment.