diff --git a/ExampleApps/SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift b/ExampleApps/SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift index b465cb36..4c4f27e4 100644 --- a/ExampleApps/SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift +++ b/ExampleApps/SwiftUIExample/SwiftUIExampleTests/UIKitInteropTests.swift @@ -100,6 +100,7 @@ final class UIKitInteropTests: XCTestCase, View { func testPuttingAUIKitViewThatDoesNotTakeInDataInsideASwiftUIWorkflow() async throws { final class FR1: UIWorkflowItem, FlowRepresentable { let nextButtonTag = UUID().hashValue + @objc private func nextPressed() { proceedInWorkflow() }