Passed
Push — master ( 955296...e8f598 )
by Aimeos
01:53
created
client/jsonapi/tests/Client/JsonApi/Basket/StandardTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -425,7 +425,7 @@
 block discarded – undo
425 425
 		$baseManager = \Aimeos\MShop::create( $this->context, 'order/base' );
426 426
 
427 427
 		$search = $baseManager->createSearch();
428
-		$search->setConditions( $search->compare( '==', 'order.base.price', '672.00') );
428
+		$search->setConditions( $search->compare( '==', 'order.base.price', '672.00' ) );
429 429
 
430 430
 		$items = $baseManager->searchItems( $search, ['order/base/product'] );
431 431
 
Please login to merge, or discard this patch.