mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
Fix Naming
Change userService name to templateUserProfileService for templating. Remove test subclass from MockScreenTest
This commit is contained in:
@@ -19,6 +19,6 @@ import Foundation
|
||||
/// The static list of mocked screens in RiotSwiftUI
|
||||
@available(iOS 14.0, *)
|
||||
enum MockAppScreens {
|
||||
static let appScreens = [MockTemplateProfileUserScreenState.self]
|
||||
static let appScreens = [MockTemplateUserProfileScreenState.self]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user