diff --git a/app/code/Magento/Sales/Test/Unit/Model/Order/Grid/Row/UrlGeneratorTest.php b/app/code/Magento/Sales/Test/Unit/Model/Order/Grid/Row/UrlGeneratorTest.php
index f3a4cb2c8522472dc0f956c603df410141eb7bff..33c7ee0b1301beee50429ea77591290280584b6b 100644
--- a/app/code/Magento/Sales/Test/Unit/Model/Order/Grid/Row/UrlGeneratorTest.php
+++ b/app/code/Magento/Sales/Test/Unit/Model/Order/Grid/Row/UrlGeneratorTest.php
@@ -60,6 +60,6 @@ class UrlGeneratorTest extends  \PHPUnit_Framework_TestCase
             ->method('isAllowed')
             ->with('Magento_Sales::actions_view', null)
             ->willReturn($isAllowed);
-       $this->assertEquals($url, $this->urlGenerator->getUrl(new \Magento\Framework\Object()));
+        $this->assertEquals($url, $this->urlGenerator->getUrl(new \Magento\Framework\Object()));
     }
 }