Skip to content

Commit 9e354be

Browse files
committed
Re-enable testKeyWindow for Xcode 12.
1 parent 3d9522a commit 9e354be

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GoogleSignIn/Tests/Unit/GIDEMMErrorHandlerTest.m

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,6 @@ - (void)testSequentialErrors {
476476
[self testScreenlockRequiredCancel];
477477
}
478478

479-
// Temporarily disable testKeyWindow for Xcode 12 and under due to unexplained failure.
480-
#if __IPHONE_OS_VERSION_MAX_ALLOWED >= 150000
481-
482479
// Verifies that the `keyWindow` internal method works on all OS versions as expected.
483480
- (void)testKeyWindow {
484481
// The original method has been swizzled in `setUp` so get its original implementation to test.
@@ -524,8 +521,6 @@ - (void)testKeyWindow {
524521
isClassSelector:YES];
525522
}
526523

527-
#endif // __IPHONE_OS_VERSION_MAX_ALLOWED >= 150000
528-
529524
@end
530525

531526
NS_ASSUME_NONNULL_END

0 commit comments

Comments
 (0)