mirror of
https://github.com/bitwarden/android.git
synced 2026-03-21 22:00:42 -05:00
Remove unnecessary mockkStatic call in CipherViewExtensionsTest.kt
This commit is contained in:
committed by
David Perez
parent
d7d099477f
commit
a31c499b15
@@ -28,7 +28,6 @@ class CipherViewExtensionsTest {
|
||||
|
||||
@BeforeEach
|
||||
fun setUp() {
|
||||
mockkStatic(Uri::class)
|
||||
setupMockUri()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user