diff --git a/Source/OCMockObjectTests.m b/Source/OCMockObjectTests.m index 5eb0e53..1bbb23e 100644 --- a/Source/OCMockObjectTests.m +++ b/Source/OCMockObjectTests.m @@ -53,7 +53,7 @@ - (void)testRaisesExceptionWhenMethodWithWrongArgumentIsCalled - (void)testReturnsStubbedReturnValue { - id returnValue; + id returnValue; [[[mock stub] andReturn:@"megamock"] lowercaseString]; returnValue = [mock lowercaseString];