From 528d001c8010cbe0278bfbd39b49ab6ad43300cd Mon Sep 17 00:00:00 2001
From: Dmytro Vilchynskyi <dvilchynskyi@ebay.com>
Date: Tue, 31 Mar 2015 13:22:31 +0300
Subject: [PATCH] MAGETWO-35091: UI improvements

- fixed tests
---
 app/code/Magento/Payment/Test/Unit/Block/Info/CcTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/code/Magento/Payment/Test/Unit/Block/Info/CcTest.php b/app/code/Magento/Payment/Test/Unit/Block/Info/CcTest.php
index 72deb26aefc..cbaca7b85a3 100644
--- a/app/code/Magento/Payment/Test/Unit/Block/Info/CcTest.php
+++ b/app/code/Magento/Payment/Test/Unit/Block/Info/CcTest.php
@@ -157,7 +157,7 @@ class CcTest extends \PHPUnit_Framework_TestCase
     public function getCcExpDateDataProvider()
     {
         return [
-            [3, 2015],
+            [2, 2015],
             [12, 2011],
             [01, 2036]
         ];
-- 
GitLab