Add test on function name which may start or end with spaces and fix existing issues.

This commit is contained in:
Benoit Marty 2024-08-20 17:11:30 +02:00
parent 534e3a8585
commit f2b38e50e3
4 changed files with 35 additions and 3 deletions

View file

@ -306,7 +306,7 @@ class DefaultPushHandlerTest {
}
@Test
fun `when diagnostic PushData is received, the diagnostic push handler is informed `() =
fun `when diagnostic PushData is received, the diagnostic push handler is informed`() =
runTest {
val aPushData = PushData(
eventId = DefaultTestPush.TEST_EVENT_ID,