Skip to content

Commit 37db538

Browse files
committed
Update Tests.swift
1 parent cc25043 commit 37db538

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Test Runner/Test Runner/Tests.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,13 @@ import SwiftUI
1616

1717
struct Tests: View {
1818
var body: some View {
19-
NavigationView {
19+
NavigationStack {
2020
List {
2121
NavigationLink("Basemap Gallery Tests", destination: BasemapGalleryTestView())
2222
NavigationLink("Bookmarks Tests", destination: BookmarksTestViews())
2323
NavigationLink("Feature Form Tests", destination: FeatureFormTestView())
2424
NavigationLink("Floor Filter Tests", destination: FloorFilterTestView())
2525
}
2626
}
27-
.navigationViewStyle(.stack)
2827
}
2928
}

0 commit comments

Comments
 (0)