Skip to content

Commit 9f0847f

Browse files
committed
knock requests : fix test name
1 parent 80ae086 commit 9f0847f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/knockrequests/impl/src/test/kotlin/io/element/android/features/knockrequests/impl/banner/KnockRequestsBannerPresenterTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ import org.junit.Test
6262
}
6363

6464
@Test
65-
fun `present - when everything is setup to manage knocks with data, then the banner should be visible `() = runTest {
65+
fun `present - when everything is setup to manage knocks with data, then the banner should be visible`() = runTest {
6666
val knockRequests = flowOf(
6767
listOf(
6868
FakeKnockRequest(

0 commit comments

Comments
 (0)