Skip to content

Commit 938a68c

Browse files
authored
#23972 fixed disabled guest checkout issue
Fix unit test
1 parent 5389a71 commit 938a68c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Downloadable/Test/Unit/Observer/IsAllowedGuestCheckoutObserverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public function testIsAllowedGuestCheckoutConfigSetToFalse(): void
224224
->with(
225225
'catalog/downloadable/disable_guest_checkout',
226226
ScopeInterface::SCOPE_STORE,
227-
$storeCode
227+
$this->storeMock
228228
)
229229
->willReturn(false);
230230

0 commit comments

Comments
 (0)