Skip to content

Commit b926974

Browse files
Chhandak.BaruaChhandak.Barua
authored andcommitted
ACP2E-3172: Import button missing
1 parent ecda1b7 commit b926974

File tree

1 file changed

+2
-2
lines changed
  • app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/Import

1 file changed

+2
-2
lines changed

app/code/Magento/ImportExport/Test/Unit/Controller/Adminhtml/Import/ValidateTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,10 +295,10 @@ public function testFileVerifiedWithImport()
295295
->willReturn($this->importMock);
296296
$this->importMock->expects($this->once())
297297
->method('uploadFileAndGetSource')
298-
->willReturn($this->abstractSourceMock );
298+
->willReturn($this->abstractSourceMock);
299299
$this->importMock->expects($this->once())
300300
->method('validateSource')
301-
->with($this->abstractSourceMock )
301+
->with($this->abstractSourceMock)
302302
->willReturn(true);
303303

304304
$resultBlock->expects($this->once())

0 commit comments

Comments
 (0)