Skip to content

Commit b91fb70

Browse files
committed
WIP
1 parent d47f01b commit b91fb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Tests/ViewTypes/ListWithInsetGroupedStyleTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct ListWithInsetGroupedStyleTests {
1010
typealias PlatformListWithInsetGroupedStyle = UIScrollView // covers both UITableView and UICollectionView
1111
#endif
1212

13-
@Test func testListWithInsetGroupedStyle() async throws {
13+
@Test func introspect() async throws {
1414
let (entity1, entity2) = try await introspection(of: PlatformListWithInsetGroupedStyle.self) { spy1, spy2 in
1515
HStack {
1616
List {

0 commit comments

Comments
 (0)