Skip to content

Commit

Permalink
Fix unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Jan 2, 2025
1 parent 7f45fec commit 90b1166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ extension InteractiveNotificationsManager: PushNotificationAuthorizer {

/// Main interface for scheduling blogging reminders
///
final class BloggingRemindersScheduler {
class BloggingRemindersScheduler {

// MARK: - Convenience Typealiases

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Foundation
import UIKit
import WordPressUI

final class CompliancePopoverViewModel: ObservableObject {
class CompliancePopoverViewModel: ObservableObject {

@Published
var isAnalyticsEnabled: Bool = !WPAppAnalytics.userHasOptedOut()
Expand Down

0 comments on commit 90b1166

Please sign in to comment.