We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04e7af0 commit 202174dCopy full SHA for 202174d
Tests/IndicatorTests.swift
@@ -55,7 +55,7 @@ class IndicatorTests: XCTestCase {
55
func testProgressIndicator() throws {
56
let expectation = self.expectation(description: "Progress indicator")
57
let binding = Binding<Bool>(wrappedValue: true)
58
- let progress = Binding<CGFloat>(wrappedValue: 0)
+ let progress = Binding<Double>(wrappedValue: 0)
59
let indicator = ProgressIndicator(binding, progress: progress)
60
ViewHosting.host(view: indicator)
61
let indicatorView = try indicator.inspect().actualView().platformView().wrapped
0 commit comments