mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Fix code analytics
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
d982ae2e7a
commit
f27fb2186e
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ import org.junit.Before
|
|||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
|
||||
class SessionMixinTest: AbstractIT() {
|
||||
class SessionMixinTest : AbstractIT() {
|
||||
|
||||
private lateinit var userAccountManager: UserAccountManager
|
||||
private lateinit var session: SessionMixin
|
||||
|
|
Loading…
Reference in a new issue