File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
OptimizelySDKShared.xcodeproj Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 38
38
2DB3D1801DC8181100ECF72E /* OPTLYManagerBuilder.h in Headers */ = {isa = PBXBuildFile; fileRef = 2DB3D17A1DC816D600ECF72E /* OPTLYManagerBuilder.h */; settings = {ATTRIBUTES = (Public, ); }; };
39
39
2DB3D1811DC8181400ECF72E /* OPTLYManagerBuilder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DB3D17B1DC816D600ECF72E /* OPTLYManagerBuilder.m */; };
40
40
2DCC50B31DD3CDAB006C9815 /* OPTLYManagerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DCC50B21DD3CDAB006C9815 /* OPTLYManagerTest.m */; };
41
+ 2DCC50B41DD3CDAB006C9815 /* OPTLYManagerTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 2DCC50B21DD3CDAB006C9815 /* OPTLYManagerTest.m */; };
41
42
5318433267A9188A3D16D3A2 /* Pods_OptimizelySDKSharediOSTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B9FE2FE02E36C64D6F1F442 /* Pods_OptimizelySDKSharediOSTests.framework */; };
42
43
5A8753FCE65715A7A353C14C /* Pods_OptimizelySDKSharediOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 09704701D3CB97F3D3F408E3 /* Pods_OptimizelySDKSharediOS.framework */; };
43
44
6433BEBF70E8BE35397D1778 /* Pods_OptimizelySDKSharedTVOS.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5EDD2F1182FB354ABC0E04A1 /* Pods_OptimizelySDKSharedTVOS.framework */; };
870
871
EA1E16971DC87E0100F00033 /* OPTLYTestHelper.m in Sources */,
871
872
2DB3D1581DC8164800ECF72E /* OptimizelySDKSharedTests.m in Sources */,
872
873
EA064BE01DD53F3100DF7537 /* OPTLYDataStoreTest.m in Sources */,
874
+ 2DCC50B41DD3CDAB006C9815 /* OPTLYManagerTest.m in Sources */,
873
875
2DB3D1571DC8163A00ECF72E /* OPTLYManagerBuilderTest.m in Sources */,
874
876
EA5249F11DC7F9D400AF6685 /* OPTLYHTTPRequestManagerTest.m in Sources */,
875
877
);
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ - (void)testInitializeClientWithDefaults {
81
81
XCTAssertNotNil (client.optimizely );
82
82
XCTAssertNotNil (client.logger );
83
83
XCTAssertEqual (client, manager.getOptimizely );
84
-
84
+
85
85
[self checkConfigIsUsingDefaultDatafile: client.optimizely.config];
86
86
}
87
87
You can’t perform that action at this time.
0 commit comments