Skip to content

Commit

Permalink
Updates ProfileMockFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
DeluxeAlonso committed Aug 14, 2024
1 parent 4357dc9 commit eada90d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ final class MockProfileViewModel: ProfileViewModelProtocol {
var didUpdateAuthenticationState = BehaviorBindable<AuthenticationState?>(nil).eraseToAnyBindable()
var didReceiveError = PublishBindable<Void>().eraseToAnyBindable()

var signOutTitle: String?
var signOutConfirmationTitle: String?
var signOutTitle: String? = "Sign out"
var signOutConfirmationTitle: String? = "Sign Out Confirmation"

var sectionAtIndexResult: ProfileSection = .accountInfo
private(set) var sectionAtIndexCallCount = 0
Expand Down

0 comments on commit eada90d

Please sign in to comment.