Skip to content

Commit 54b43ec

Browse files
committed
static tests changes
1 parent 24726c0 commit 54b43ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Wishlist/Test/Unit/Pricing/ConfiguredPrice/ConfigurableProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function testGetValueWithNoCustomOption()
124124

125125
$this->saleableItem->expects($this->once())
126126
->method('getMinimalPrice')
127-
->willReturn(100);
127+
->willReturn($priceValue);
128128

129129
$this->assertEquals(100, $this->model->getValue());
130130
}

0 commit comments

Comments
 (0)