Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
brindy committed Oct 10, 2023
1 parent 015786d commit 7d85de3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DuckDuckGoTests/BarsAnimatorTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ private class BrowserChromeDelegateMock: BrowserChromeDelegate {

var barsMaxHeight: CGFloat = 30

var omniBar: OmniBar! = OmniBar(frame: CGRect(x: 0, y: 0, width: 300, height: 30))
var omniBar: OmniBar = OmniBar(frame: CGRect(x: 0, y: 0, width: 300, height: 30))

var tabBarContainer: UIView = UIView()
}

0 comments on commit 7d85de3

Please sign in to comment.