mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
+1
-1
@@ -29,7 +29,7 @@ class SpaceCreationEmailInvitesViewModelTests: XCTestCase {
|
||||
var context: SpaceCreationEmailInvitesViewModelType.Context!
|
||||
|
||||
override func setUpWithError() throws {
|
||||
service = MockSpaceCreationEmailInvitesService(defaultValidation: true)
|
||||
service = MockSpaceCreationEmailInvitesService(defaultValidation: true, isLoading: false)
|
||||
viewModel = SpaceCreationEmailInvitesViewModel(creationParameters: creationParameters, service: service)
|
||||
context = viewModel.context
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user