diff --git a/lib/internal/Magento/Framework/Reflection/Test/Unit/TypeProcessorTest.php b/lib/internal/Magento/Framework/Reflection/Test/Unit/TypeProcessorTest.php
index f1c0066f344cc0380822aea8302c6a5c987424f9..b2e1940f123b17a71d0f917fae11bf84ebcbc49b 100644
--- a/lib/internal/Magento/Framework/Reflection/Test/Unit/TypeProcessorTest.php
+++ b/lib/internal/Magento/Framework/Reflection/Test/Unit/TypeProcessorTest.php
@@ -175,7 +175,7 @@ class TypeProcessorTest extends \PHPUnit_Framework_TestCase
 
     /**
      * @expectedException \Magento\Framework\Exception\SerializationException
-     * @expectedExceptionMessage Invalid type for value: "1". Expected Type: "int[]".
+     * @expectedExceptionMessage Invalid type for value: "integer". Expected Type: "int[]".
      */
     public function testProcessSimpleTypeInvalidType()
     {