@@ -162,11 +162,11 @@ |
||
162 | 162 | */ |
163 | 163 | public function thisProductReviewShouldNoLongerExistInTheRegistry(): void |
164 | 164 | { |
165 | - $id = (string) $this->sharedStorage->get('product_review_id'); |
|
166 | - Assert::false( |
|
167 | - $this->isItemOnIndex('id', $id), |
|
168 | - sprintf('Product review with id %s exist', $id) |
|
169 | - ); |
|
165 | + $id = (string) $this->sharedStorage->get('product_review_id'); |
|
166 | + Assert::false( |
|
167 | + $this->isItemOnIndex('id', $id), |
|
168 | + sprintf('Product review with id %s exist', $id) |
|
169 | + ); |
|
170 | 170 | } |
171 | 171 | |
172 | 172 | /** |