Skip to content
This repository was archived by the owner on Feb 7, 2025. It is now read-only.

Commit 327c8a2

Browse files
committed
fix error in integration test
Signed-off-by: mesilov <mesilov.maxim@gmail.com>
1 parent 6a273b0 commit 327c8a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Integration/Services/CRM/Products/Service/ProductsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public function testFields(): void
7373
public function testList(): void
7474
{
7575
$this->productService->add(['NAME' => 'test']);
76-
self::assertGreaterThanOrEqual(1, $this->productService->list([], [], ['ID', 'NAME'])->getDeals());
76+
self::assertGreaterThanOrEqual(1, $this->productService->list([], [], ['ID', 'NAME'])->getProducts());
7777
}
7878

7979
/**

0 commit comments

Comments
 (0)