Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jaceklyp committed Dec 13, 2024
1 parent 0174398 commit f19431b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DuckDuckGoTests/AppSettingsMock.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import Foundation
@testable import DuckDuckGo

class AppSettingsMock: AppSettings {
var appBehavior: DuckDuckGo.AppBehavior? = .existing

var defaultTextZoomLevel: DuckDuckGo.TextZoomLevel = .percent100

var recentlyVisitedSites: Bool = false
Expand Down

0 comments on commit f19431b

Please sign in to comment.