Skip to content

Commit 8e15c9d

Browse files
committed
WIP
1 parent 80577ab commit 8e15c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Tests/ViewTypes/ToggleWithCheckboxStyleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct ToggleWithCheckboxStyleTests {
1010
typealias PlatformToggleWithCheckboxStyle = NSButton
1111
#endif
1212

13-
@Test func testToggleWithCheckboxStyle() async throws {
13+
@Test func introspect() async throws {
1414
let (entity1, entity2, entity3) = try await introspection(of: PlatformToggleWithCheckboxStyle.self) { spy1, spy2, spy3 in
1515
VStack {
1616
Toggle("", isOn: .constant(true))

0 commit comments

Comments
 (0)