mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 09:02:44 +02:00
fixing tests
This commit is contained in:
@@ -23,8 +23,13 @@ final class ComposerViewModelTests: XCTestCase {
|
||||
var context: ComposerViewModel.Context!
|
||||
|
||||
override func setUpWithError() throws {
|
||||
viewModel = ComposerViewModel(initialViewState: ComposerViewState(textFormattingEnabled: true,
|
||||
bindings: ComposerBindings(focused: false)))
|
||||
viewModel = ComposerViewModel(
|
||||
initialViewState: ComposerViewState(
|
||||
textFormattingEnabled: true,
|
||||
isLandscapePhone: false,
|
||||
bindings: ComposerBindings(focused: false)
|
||||
)
|
||||
)
|
||||
context = viewModel.context
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user