Skip to content

Commit

Permalink
fix error in integration test
Browse files Browse the repository at this point in the history
Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Nov 14, 2021
1 parent 6a273b0 commit 327c8a2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function testFields(): void
public function testList(): void
{
$this->productService->add(['NAME' => 'test']);
self::assertGreaterThanOrEqual(1, $this->productService->list([], [], ['ID', 'NAME'])->getDeals());
self::assertGreaterThanOrEqual(1, $this->productService->list([], [], ['ID', 'NAME'])->getProducts());
}

/**
Expand Down

0 comments on commit 327c8a2

Please sign in to comment.