Skip to content

Commit

Permalink
fix: updated mock files
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanStepanok committed Oct 29, 2024
1 parent 9912d10 commit e2b0597
Show file tree
Hide file tree
Showing 7 changed files with 392 additions and 175 deletions.
4 changes: 2 additions & 2 deletions Authorization/Authorization/SwiftGen/Strings.swift
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ public enum AuthLocalization {
public static let ssoHeading = AuthLocalization.tr("Localizable", "SIGN_IN.SSO_HEADING", fallback: "Start today to build your career with confidence")
/// Log in through the national unified sign-on service
public static let ssoLogInSubtitle = AuthLocalization.tr("Localizable", "SIGN_IN.SSO_LOG_IN_SUBTITLE", fallback: "Log in through the national unified sign-on service")
/// Sign IN
public static let ssoLogInTitle = AuthLocalization.tr("Localizable", "SIGN_IN.SSO_LOG_IN_TITLE", fallback: "Sign IN")
/// Sign in
public static let ssoLogInTitle = AuthLocalization.tr("Localizable", "SIGN_IN.SSO_LOG_IN_TITLE", fallback: "Sign in")
/// An integrated set of knowledge and empowerment programs to develop the components of the endowment sector and its workers
public static let ssoSupportingText = AuthLocalization.tr("Localizable", "SIGN_IN.SSO_SUPPORTING_TEXT", fallback: "An integrated set of knowledge and empowerment programs to develop the components of the endowment sector and its workers")
/// Welcome back! Sign in to access your courses.
Expand Down
59 changes: 59 additions & 0 deletions Core/CoreTests/CoreMock.generated.swift

Large diffs are not rendered by default.

92 changes: 61 additions & 31 deletions Course/CourseTests/CourseMock.generated.swift

Large diffs are not rendered by default.

82 changes: 56 additions & 26 deletions Dashboard/DashboardTests/DashboardMock.generated.swift

Large diffs are not rendered by default.

92 changes: 56 additions & 36 deletions Discovery/DiscoveryTests/DiscoveryMock.generated.swift

Large diffs are not rendered by default.

107 changes: 73 additions & 34 deletions Discussion/DiscussionTests/DiscussionMock.generated.swift

Large diffs are not rendered by default.

131 changes: 85 additions & 46 deletions Profile/ProfileTests/ProfileMock.generated.swift

Large diffs are not rendered by default.

0 comments on commit e2b0597

Please sign in to comment.