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 d47f01b commit b91fb70Copy full SHA for b91fb70
Tests/Tests/ViewTypes/ListWithInsetGroupedStyleTests.swift
@@ -10,7 +10,7 @@ struct ListWithInsetGroupedStyleTests {
10
typealias PlatformListWithInsetGroupedStyle = UIScrollView // covers both UITableView and UICollectionView
11
#endif
12
13
- @Test func testListWithInsetGroupedStyle() async throws {
+ @Test func introspect() async throws {
14
let (entity1, entity2) = try await introspection(of: PlatformListWithInsetGroupedStyle.self) { spy1, spy2 in
15
HStack {
16
List {
0 commit comments