Skip to content

Commit c890fe3

Browse files
committed
fix test name
1 parent d868d1a commit c890fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry-android-core/src/test/java/io/sentry/android/core/SystemEventsBreadcrumbsIntegrationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ class SystemEventsBreadcrumbsIntegrationTest {
515515
}
516516

517517
@Test
518-
fun `when integration is registered in background, receiver is registered`() {
518+
fun `when integration is registered in background, receiver is not registered`() {
519519
val process =
520520
RunningAppProcessInfo().apply { this.importance = RunningAppProcessInfo.IMPORTANCE_CACHED }
521521
val processes = mutableListOf(process)

0 commit comments

Comments
 (0)