mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Cleaned up various things, mostly removed unnecessary selfs, comments and bad formatting
This commit is contained in:
committed by
Stefan Ceriu
parent
c073dfd95d
commit
eac1401cc1
-1
@@ -18,7 +18,6 @@ import XCTest
|
||||
import RiotSwiftUI
|
||||
|
||||
class UserSessionOverviewUITests: MockScreenTestCase {
|
||||
|
||||
func test_whenCurrentSessionSelected_correctNavTittleDisplayed() {
|
||||
app.goToScreenWithIdentifier(MockUserSessionOverviewScreenState.currentSession.title)
|
||||
let navTitle = VectorL10n.userSessionOverviewCurrentSessionTitle
|
||||
|
||||
-1
@@ -20,7 +20,6 @@ import Combine
|
||||
@testable import RiotSwiftUI
|
||||
|
||||
class UserSessionOverviewViewModelTests: XCTestCase {
|
||||
|
||||
var sut: UserSessionOverviewViewModel!
|
||||
|
||||
func test_whenVerifyCurrentSessionProcessed_completionWithVerifyCurrentSessionCalled() {
|
||||
|
||||
Reference in New Issue
Block a user