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 5ed6f17 commit d47f01bCopy full SHA for d47f01b
Tests/Tests/ViewTypes/NavigationViewWithStackStyleTests.swift
@@ -10,7 +10,7 @@ struct NavigationViewWithStackStyleTests {
10
typealias PlatformNavigationViewWithStackStyle = UINavigationController
11
#endif
12
13
- func testNavigationViewWithStackStyle() async throws {
+ @Test func introspect() async throws {
14
try await introspection(of: PlatformNavigationViewWithStackStyle.self) { spy in
15
NavigationView {
16
ZStack {
@@ -25,7 +25,7 @@ struct NavigationViewWithStackStyleTests {
25
}
26
27
28
- func testNavigationViewWithStackStyleAsAncestor() async throws {
+ @Test func introspectAsAncestor() async throws {
29
30
31
0 commit comments