Skip to content

Commit 70bcc5b

Browse files
committed
AC-1228::Fixed Unit Test Issue
1 parent f3e9ece commit 70bcc5b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

app/code/Magento/Paypal/Test/Unit/Model/SmartButtonConfigTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ class SmartButtonConfigTest extends TestCase
3939
private $configMock;
4040

4141
/**
42-
* @var Payflowpro
42+
* @var MockObject
4343
*/
44-
private $payflowpro;
44+
private $payflowproMock;
4545

4646
/**
4747
* @inheritDoc
@@ -124,7 +124,6 @@ public function testGetConfig(
124124
);
125125

126126
self::assertEquals($expected, $this->model->getConfig($page));
127-
128127
}
129128

130129
/**

0 commit comments

Comments
 (0)