@@ -324,7 +324,7 @@ def test_fixLibrarySearchPaths_correctlySetsTheSearchPathsForAllProjects
324
324
first_target = prepare_target ( "FirstTarget" )
325
325
second_target = prepare_target ( "SecondTarget" )
326
326
third_target = prepare_target ( "ThirdTarget" )
327
- user_project_mock = UserProjectMock . new ( "a/path" , [
327
+ user_project_mock = UserProjectMock . new ( "/ a/path" , [
328
328
prepare_config ( "Debug" ) ,
329
329
prepare_config ( "Release" ) ,
330
330
] ,
@@ -434,7 +434,7 @@ def test_applyMacCatalystPatches_correctlyAppliesNecessaryPatches
434
434
first_target = prepare_target ( "FirstTarget" )
435
435
second_target = prepare_target ( "SecondTarget" )
436
436
third_target = prepare_target ( "ThirdTarget" , "com.apple.product-type.bundle" )
437
- user_project_mock = UserProjectMock . new ( "a/path" , [
437
+ user_project_mock = UserProjectMock . new ( "/ a/path" , [
438
438
prepare_config ( "Debug" ) ,
439
439
prepare_config ( "Release" ) ,
440
440
] ,
@@ -492,7 +492,7 @@ def test_applyXcode15Patch_correctlyAppliesNecessaryPatch
492
492
} ) ,
493
493
] , nil )
494
494
495
- user_project_mock = UserProjectMock . new ( "a/path" , [
495
+ user_project_mock = UserProjectMock . new ( "/ a/path" , [
496
496
prepare_config ( "Debug" ) ,
497
497
prepare_config ( "Release" ) ,
498
498
] ,
@@ -644,7 +644,7 @@ def test_updateSearchPaths_whenUseFrameworks_addsSearchPaths
644
644
DependencyMock . new ( "React-ImageManager" ) ,
645
645
] )
646
646
third_target = prepare_target ( "ThirdTarget" , "com.apple.product-type.bundle" )
647
- user_project_mock = UserProjectMock . new ( "a/path" , [
647
+ user_project_mock = UserProjectMock . new ( "/ a/path" , [
648
648
prepare_config ( "Debug" ) ,
649
649
prepare_config ( "Release" ) ,
650
650
] ,
@@ -688,7 +688,7 @@ def test_updateSearchPaths_whenNotUseFrameworks_addsSearchPaths
688
688
first_target = prepare_target ( "FirstTarget" )
689
689
second_target = prepare_target ( "SecondTarget" )
690
690
third_target = prepare_target ( "ThirdTarget" , "com.apple.product-type.bundle" )
691
- user_project_mock = UserProjectMock . new ( "a/path" , [
691
+ user_project_mock = UserProjectMock . new ( "/ a/path" , [
692
692
prepare_config ( "Debug" ) ,
693
693
prepare_config ( "Release" ) ,
694
694
] ,
@@ -750,7 +750,7 @@ def test_applyFlagsForFabric_whenFabricDisabled_doNothing
750
750
first_target = prepare_target ( "FirstTarget" )
751
751
second_target = prepare_target ( "SecondTarget" )
752
752
third_target = prepare_target ( "ThirdTarget" , "com.apple.product-type.bundle" )
753
- user_project_mock = UserProjectMock . new ( "a/path" , [
753
+ user_project_mock = UserProjectMock . new ( "/ a/path" , [
754
754
prepare_config ( "Debug" ) ,
755
755
prepare_config ( "Release" ) ,
756
756
] ,
@@ -779,7 +779,7 @@ def test_applyFlagsForFabric_whenFabricDisabled_doNothing
779
779
# ===== #
780
780
781
781
def prepare_empty_user_project_mock
782
- return UserProjectMock . new ( "a/path" , [
782
+ return UserProjectMock . new ( "/ a/path" , [
783
783
BuildConfigurationMock . new ( "Debug" ) ,
784
784
BuildConfigurationMock . new ( "Release" ) ,
785
785
] )
0 commit comments