Skip to content

Commit 38a7fbb

Browse files
committed
MAGETWO-34729: Code coverage
1 parent d1740ad commit 38a7fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Unit/Model/Order/Grid/Row/UrlGeneratorTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ public function testGetUrl($isAllowed, $url)
6060
->method('isAllowed')
6161
->with('Magento_Sales::actions_view', null)
6262
->willReturn($isAllowed);
63-
$this->assertEquals($url, $this->urlGenerator->getUrl(new \Magento\Framework\Object()));
63+
$this->assertEquals($url, $this->urlGenerator->getUrl(new \Magento\Framework\Object()));
6464
}
6565
}

0 commit comments

Comments
 (0)