File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Tests/OpenSwiftUICompatibilityTests/Integration/UIKit Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,12 @@ import UIKit
8
8
9
9
@MainActor
10
10
struct UIHostingControllerTests {
11
- @Test ( " BodyAccessor crash for non empty View instance " , . bug( " #81 " , relationship: . verifiesFix) )
12
- func testBasicAnyViewWithProperty( ) throws {
11
+ @Test (
12
+ " Attribute setter crash for basic AnyView " ,
13
+ . bug( " https://github.com/OpenSwiftUIProject/OpenGraph/issues/58 " , relationship: . verifiesFix)
14
+ )
15
+ func testBasicAnyView( ) throws {
13
16
struct ContentView : View {
14
- var name = " "
15
17
var body : some View {
16
18
AnyView ( EmptyView ( ) )
17
19
}
@@ -20,9 +22,12 @@ struct UIHostingControllerTests {
20
22
vc. triggerLayout ( )
21
23
workaroundIssue87 ( vc)
22
24
}
23
-
24
- @Test ( " BodyAccessor crash for non empty View instance " , . bug( " #81 " , relationship: . verifiesFix) )
25
- func basicAnyViewWithProperty( ) throws {
25
+
26
+ @Test (
27
+ " BodyAccessor crash for non empty View instance " ,
28
+ . bug( " #81 " , relationship: . verifiesFix)
29
+ )
30
+ func testBasicAnyViewWithProperty( ) throws {
26
31
struct ContentView : View {
27
32
var name = " "
28
33
var body : some View {
You can’t perform that action at this time.
0 commit comments