Fix Naming

Change userService name to templateUserProfileService for templating.
Remove test subclass from MockScreenTest
This commit is contained in:
David Langley
2021-09-11 14:13:43 +01:00
parent 9e8a90ec2a
commit a73d8a4122
9 changed files with 41 additions and 31 deletions
@@ -67,6 +67,6 @@ struct TemplateUserProfile: View {
@available(iOS 14.0, *)
struct TemplateUserProfile_Previews: PreviewProvider {
static var previews: some View {
MockTemplateProfileUserScreenState.screenGroup()
MockTemplateUserProfileScreenState.screenGroup()
}
}