You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/nomisvisitsmappingservice/prisonperson/PrisonPersonMigrationMapping.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ data class PrisonPersonMigrationMapping(
Copy file name to clipboardExpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/nomisvisitsmappingservice/prisonperson/PrisonPersonMigrationMappingRepository.kt
Copy file name to clipboardExpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/nomisvisitsmappingservice/prisonperson/PrisonPersonMigrationService.kt
Copy file name to clipboardExpand all lines: src/main/kotlin/uk/gov/justice/digital/hmpps/nomisvisitsmappingservice/prisonperson/PrisonPersonResource.kt
Copy file name to clipboardExpand all lines: src/test/kotlin/uk/gov/justice/digital/hmpps/nomisvisitsmappingservice/prisonerperson/PrisonPersonResourceIntTest.kt
+24-31Lines changed: 24 additions & 31 deletions
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ class PrisonPersonResourceIntTest : IntegrationTestBase() {
28
28
@Nested
29
29
innerclassCreateMigrationMapping {
30
30
@AfterEach
31
-
funteatDown() = runTest {
31
+
funtearDown() = runTest {
32
32
repository.deleteAll()
33
33
}
34
34
@@ -71,42 +71,35 @@ class PrisonPersonResourceIntTest : IntegrationTestBase() {
0 commit comments