Skip to content

Commit c2bd1e4

Browse files
author
Sergey Semenov
committed
MAGETWO-51993: Product Price isn't displayed in "My Wish List" customer's account widget if another browser is used
1 parent 2d8f277 commit c2bd1e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/Test/Unit/Block/Customer/SidebarTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public function testGetProductPriceHtml()
8080
$this->assertEquals($expected, $result);
8181
}
8282

83-
public function testGetProductPriceHtml_CreateBlock()
83+
public function testGetProductPriceHtmlCreateBlock()
8484
{
8585
$priceType = 'wishlist_configured_price';
8686
$expected = 'block content';

0 commit comments

Comments
 (0)