Skip to content

Commit

Permalink
Fix SyncManagementViewModelTests to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Dec 13, 2023
1 parent e565da4 commit 6cf1fb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGoTests/SyncManagementViewModelTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class SyncManagementViewModelTests: XCTestCase, SyncManagementViewModelDelegate
fileprivate var monitor = Monitor<SyncManagementViewModelDelegate>()

lazy var model: SyncSettingsViewModel = {
let model = SyncSettingsViewModel()
let model = SyncSettingsViewModel(isOnDevEnvironment: { false }, switchToProdEnvironment: {})
model.delegate = self
return model
}()
Expand Down

0 comments on commit 6cf1fb6

Please sign in to comment.