Skip to content

Commit 0c3e21e

Browse files
committed
MAGETWO-69607: Edition Specific BN-Codes for 2.2.x
- Fixed type in the unit test
1 parent 6b5ea62 commit 0c3e21e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Paypal/Test/Unit/Model/AbstractConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public function testGetBuildNotationCode()
308308
$productMetadata
309309
);
310310

311-
self::assertEquals('', $this->config->getBuildNotationCode());
311+
self::assertEquals('Magento_Cart_SomeEdition', $this->config->getBuildNotationCode());
312312
}
313313

314314
/**

0 commit comments

Comments
 (0)