Skip to content

Commit 349e9f3

Browse files
authored
fix capitalization in OCKMock (#1522)
1 parent 7482a15 commit 349e9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Parse/Tests/Other/OCMock/OCMock+Parse.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#import "PFCommandResult.h"
1515
#import "PFCommandRunning.h"
1616

17-
@implementation OCMockObject (PFCOmmandRunning)
17+
@implementation OCMockObject (PFCommandRunning)
1818

1919
- (void)mockCommandResult:(id)result forCommandsPassingTest:(BOOL (^)(PFRESTCommand *command))block {
2020
PFCommandResult *commandResult = [PFCommandResult commandResultWithResult:result

0 commit comments

Comments
 (0)