Skip to content

Commit 2ce688b

Browse files
committed
ACPT-1223: Fix Unit Tests for application-server PR
1 parent 1d2a23f commit 2ce688b

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/ObjectManager/Test/Unit/Code/Generator

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/ObjectManager/Test/Unit/Code/Generator/ProxyTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected function setUp(): void
2727
$this->ioObjectMock = $this->createMock(Io::class);
2828
}
2929

30-
public function testGenerasste()
30+
public function testGenerate()
3131
{
3232
require_once __DIR__ . '/_files/Sample.php';
3333
$model = $this->getMockBuilder(Proxy::class)

0 commit comments

Comments
 (0)