Skip to content

Commit

Permalink
Test name change
Browse files Browse the repository at this point in the history
  • Loading branch information
AnirudhBhat committed Sep 20, 2024
1 parent c63e0b0 commit c0c13f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ class NotificationMessageHandlerTest {
}

@Test
fun `test remove notifications concurrently without throwing ConcurrentModificationException`() {
fun `remove notifications concurrently without throwing ConcurrentModificationException`() {
notificationMessageHandler.removeAllNotificationsFromSystemsBar()
val notificationsCount = 100
repeat(notificationsCount) {
Expand Down

0 comments on commit c0c13f6

Please sign in to comment.