Skip to content

Commit 999aca0

Browse files
committed
fix
1 parent 4962be1 commit 999aca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/Reader/Factory/ApiReaderFactoryTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ protected function setUp(): void
6565
parent::setUp();
6666

6767
$this->clientFactory = $this->getCallable();
68-
$this->importerDefinition = $this->getMock(Api::class);
68+
$this->importerDefinition = $this->getMock(EntityImporterDefinition::class);
6969
$this->client = $this->getMock(Client::class);
7070
}
7171
}

0 commit comments

Comments
 (0)