We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b5ea62 commit 0c3e21eCopy full SHA for 0c3e21e
app/code/Magento/Paypal/Test/Unit/Model/AbstractConfigTest.php
@@ -308,7 +308,7 @@ public function testGetBuildNotationCode()
308
$productMetadata
309
);
310
311
- self::assertEquals('', $this->config->getBuildNotationCode());
+ self::assertEquals('Magento_Cart_SomeEdition', $this->config->getBuildNotationCode());
312
}
313
314
/**
0 commit comments