This commit is contained in:
David Roman 2023-06-03 18:45:42 +01:00
parent b3c06e5a72
commit 23be8b5783
No known key found for this signature in database
GPG Key ID: 7058646EEFCB70A7
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ final class ViewTests: XCTestCase {
.introspect(.view, on: .iOS(.v13, .v14, .v15, .v16), .tvOS(.v13, .v14, .v15, .v16), customize: spy0)
#endif
}
.navigationViewStyle(.stack)
NavigationView {
Text("Item 1")
@ -23,6 +24,7 @@ final class ViewTests: XCTestCase {
.introspect(.view, on: .iOS(.v13, .v14, .v15, .v16), .tvOS(.v13, .v14, .v15, .v16), customize: spy1)
#endif
}
.navigationViewStyle(.stack)
}
} extraAssertions: {
XCTAssert($0[safe: 0] !== $0[safe: 1])