We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5b575fd + 901b8e8 commit bd3aa2eCopy full SHA for bd3aa2e
Source/OCMock/OCPartialMockObject.m
@@ -239,7 +239,7 @@ - (void)forwardInvocationForRealObject:(NSInvocation *)anInvocation
239
if(mock == nil)
240
[NSException raise:NSInternalInconsistencyException format:@"No partial mock for object %p", self];
241
242
- if([mock handleInvocation:anInvocation] == NO)
+ if([mock handleInvocation:anInvocation] == NO)
243
{
244
[anInvocation setSelector:OCMAliasForOriginalSelector([anInvocation selector])];
245
[anInvocation invoke];
0 commit comments