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 80577ab commit 8e15c9dCopy full SHA for 8e15c9d
Tests/Tests/ViewTypes/ToggleWithCheckboxStyleTests.swift
@@ -10,7 +10,7 @@ struct ToggleWithCheckboxStyleTests {
10
typealias PlatformToggleWithCheckboxStyle = NSButton
11
#endif
12
13
- @Test func testToggleWithCheckboxStyle() async throws {
+ @Test func introspect() async throws {
14
let (entity1, entity2, entity3) = try await introspection(of: PlatformToggleWithCheckboxStyle.self) { spy1, spy2, spy3 in
15
VStack {
16
Toggle("", isOn: .constant(true))
0 commit comments