Skip to content
This repository has been archived by the owner on Mar 18, 2020. It is now read-only.

Commit

Permalink
test
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.mulle-kybernetik.com/OCMock/trunk@5 12620d81-68e2-0310-ae40-e3f550779089
  • Loading branch information
erik committed Aug 30, 2004
1 parent df3c763 commit 4fc6d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/OCMockObjectTests.m
Expand Up @@ -53,7 +53,7 @@ - (void)testRaisesExceptionWhenMethodWithWrongArgumentIsCalled

- (void)testReturnsStubbedReturnValue
{
id returnValue;
id returnValue;

[[[mock stub] andReturn:@"megamock"] lowercaseString];
returnValue = [mock lowercaseString];
Expand Down

0 comments on commit 4fc6d9b

Please sign in to comment.