Skip to content

Commit bb7ae59

Browse files
committed
[ReactNative] Update OSS screenshort tests
1 parent e2dc2db commit bb7ae59

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

-233 Bytes
Loading
70 Bytes
Loading
-778 Bytes
Loading
102 Bytes
Loading

Examples/UIExplorer/UIExplorerTests/UIExplorerTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ - (void)setUp
3838
RCTAssert(!__LP64__, @"Snapshot tests should be run on 32-bit device simulators (e.g. iPhone 5)");
3939
#endif
4040
NSString *version = [[UIDevice currentDevice] systemVersion];
41-
RCTAssert([version isEqualToString:@"8.1"], @"Snapshot tests should be run on iOS 8.1, found %@", version);
41+
RCTAssert([version isEqualToString:@"8.3"], @"Snapshot tests should be run on iOS 8.3, found %@", version);
4242
_runner = RCTInitRunnerForApp(@"Examples/UIExplorer/UIExplorerApp");
4343

4444
// If tests have changes, set recordMode = YES below and run the affected

0 commit comments

Comments
 (0)