Skip to content

Commit 5ba624a

Browse files
committed
Apply a fix for the occasionally failing test from main common core branch
1 parent d5ee3ec commit 5ba624a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IdentityCore/tests/MSIDAADRequestErrorHandlerTests.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ - (void)cancel
5959

6060
- (void)sendWithBlock:(MSIDHttpRequestDidCompleteBlock _Nullable)completionBlock
6161
{
62-
self.sendWithBlockCounter++;
6362
self.passedBlock = completionBlock;
63+
self.sendWithBlockCounter++;
6464
}
6565

6666
@end

0 commit comments

Comments
 (0)