Skip to content

Commit d45a53f

Browse files
authored
Fix the code example in README.md (#251)
1 parent 50a4095 commit d45a53f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2366,7 +2366,7 @@ class SomeTest extends TestCase
23662366
{
23672367
private SomeService $someService;
23682368
2369-
private FirstMock $firstMock;
2369+
private MockObject $firstMock;
23702370
23712371
public function setUp()
23722372
{

0 commit comments

Comments
 (0)