diff --git a/Branch-TestBed/Branch-SDK-Tests/BNCDeviceInfoTests.m b/Branch-TestBed/Branch-SDK-Tests/BNCDeviceInfoTests.m index 086b29433..751a0625c 100644 --- a/Branch-TestBed/Branch-SDK-Tests/BNCDeviceInfoTests.m +++ b/Branch-TestBed/Branch-SDK-Tests/BNCDeviceInfoTests.m @@ -58,12 +58,10 @@ - (void)testEnvironment { XCTAssert([@"FULL_APP" isEqualToString:self.deviceInfo.environment]); } -/* Commenting out until this can be made portable/updated/whatever. - (void)testCpuType_Simulator { NSString *expected = @"7"; XCTAssert([expected isEqualToString:self.deviceInfo.cpuType]); } -// */ //- (void)testCpuType_iPhone7 { // NSString *expected = @"16777228";