You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (![parentResponse isKindOfClass:MSIDSwitchBrowserResponse.class])
68
+
{
69
+
NSString *errorMsg = [NSStringstringWithFormat:@"Parent response of type %@ is required for creating %@", MSIDSwitchBrowserResponse.class, self.class];
XCTAssertEqual((error asNSError).userInfo["MSIDErrorDescriptionKey"]as?String,"Parent response of type MSIDSwitchBrowserResponse is required for creating MSIDSwitchBrowserResumeOperation")
0 commit comments