Skip to content

Commit

Permalink
FRW-9641 fixed CS.
Browse files Browse the repository at this point in the history
  • Loading branch information
asmarovydlo committed Dec 19, 2024
1 parent 1673c21 commit 58ddec5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class ProductStockPdoTest extends AbstractProductStockWriterTest
public function testProductStockWriter(): void
{
// This will be fixed in next release
$this->markTestSkipped(true);
$this->markTestSkipped();
$writer = $this->getDataImportBusinessFactoryStub()->createProductStockBulkPdoWriter();

$product = $this->tester->haveProduct();
Expand Down

0 comments on commit 58ddec5

Please sign in to comment.