mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Fix Naming
Change userService name to templateUserProfileService for templating. Remove test subclass from MockScreenTest
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ class TemplateUserProfileViewModelTests: XCTestCase {
|
||||
var cancellables = Set<AnyCancellable>()
|
||||
override func setUpWithError() throws {
|
||||
service = MockTemplateUserProfileService(displayName: Constants.displayName, presence: Constants.presenceInitialValue)
|
||||
viewModel = TemplateUserProfileViewModel(userService: service)
|
||||
viewModel = TemplateUserProfileViewModel(templateUserProfileService: service)
|
||||
}
|
||||
|
||||
func testInitialState() {
|
||||
|
||||
Reference in New Issue
Block a user