From 5e645d06e5eaa856579174efd413b1ac60d77df3 Mon Sep 17 00:00:00 2001
From: Anup Dugar <anup@x.com>
Date: Fri, 26 Jun 2015 11:14:07 -0500
Subject: [PATCH] MAGETWO-38915: Add unit test coverage for
 \Magento\CurrencySymbol\Helper\*

- Fixed constant value
---
 lib/internal/Magento/Framework/Locale/Currency.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/internal/Magento/Framework/Locale/Currency.php b/lib/internal/Magento/Framework/Locale/Currency.php
index efca02a754d..9df31a3da57 100644
--- a/lib/internal/Magento/Framework/Locale/Currency.php
+++ b/lib/internal/Magento/Framework/Locale/Currency.php
@@ -21,7 +21,7 @@ class Currency implements \Magento\Framework\Locale\CurrencyInterface
 
     const CURRENCY_OPTION_NAME = 'name';
 
-    const CURRENCY_OPTION_DISPLAY = 'name';
+    const CURRENCY_OPTION_DISPLAY = 'display';
 
     /**
      * @var array
-- 
GitLab