Skip to content

Commit d47f01b

Browse files
committed
WIP
1 parent 5ed6f17 commit d47f01b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/Tests/ViewTypes/NavigationViewWithStackStyleTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct NavigationViewWithStackStyleTests {
1010
typealias PlatformNavigationViewWithStackStyle = UINavigationController
1111
#endif
1212

13-
func testNavigationViewWithStackStyle() async throws {
13+
@Test func introspect() async throws {
1414
try await introspection(of: PlatformNavigationViewWithStackStyle.self) { spy in
1515
NavigationView {
1616
ZStack {
@@ -25,7 +25,7 @@ struct NavigationViewWithStackStyleTests {
2525
}
2626
}
2727

28-
func testNavigationViewWithStackStyleAsAncestor() async throws {
28+
@Test func introspectAsAncestor() async throws {
2929
try await introspection(of: PlatformNavigationViewWithStackStyle.self) { spy in
3030
NavigationView {
3131
ZStack {

0 commit comments

Comments
 (0)