From 4fc6d9bf4264c093505ce1efdd864897b9d83bdb Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 30 Aug 2004 19:57:25 +0000 Subject: [PATCH] test git-svn-id: http://svn.mulle-kybernetik.com/OCMock/trunk@5 12620d81-68e2-0310-ae40-e3f550779089 --- Source/OCMockObjectTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];