From 0f6ab7b194dd4b12a42be455503fd4645e9a3799 Mon Sep 17 00:00:00 2001 From: Robert D'Almeida Date: Wed, 26 Feb 2025 00:09:33 +0100 Subject: [PATCH] try to fix carthage tests --- Scripts/test-carthage-integration.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/test-carthage-integration.sh b/Scripts/test-carthage-integration.sh index e4ea309b16..4246fb55d4 100755 --- a/Scripts/test-carthage-integration.sh +++ b/Scripts/test-carthage-integration.sh @@ -129,7 +129,7 @@ cp "../Tests/IntegrationTests/DropIn Tests/DropInTests.swift" Tests/DropInTests. cp "../Tests/IntegrationTests/DropIn Tests/DropInDelegateMock.swift" Tests/DropInDelegateMock.swift cp "../Tests/IntegrationTests/DropIn Tests/StoredPaymentMethodDelegateMock.swift" Tests/StoredPaymentMethodDelegateMock.swift cp "../Tests/IntegrationTests/Card Tests/Mocks/OpenExternalAppDetector+Mock.swift" Tests/OpenExternalAppDetector+Mock.swift -cp -r "../Tests/IntegrationTests/Card Tests/3DS2 Component/*" Tests/ +cp -r "../Tests/IntegrationTests/Card Tests/3DS2 Component/"* Tests/ cp "../Tests/IntegrationTests/Helpers/XCTestCase+RootViewController.swift" Tests/XCTestCase+RootViewController.swift cp "../Tests/IntegrationTests/Helpers/XCTestCase+Wait.swift" Tests/XCTestCase+Wait.swift cp "../Tests/IntegrationTests/Helpers/XCTestCase+Wait+UIKit.swift" Tests/XCTestCase+Wait+UIKit.swift