We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b36194 commit 9d4b593Copy full SHA for 9d4b593
test/Github/Tests/Api/Enterprise/StatsTest.php
@@ -12,7 +12,7 @@ class StatsTest extends TestCase
12
public function shouldShowStats()
13
{
14
$expectedJson = $this->getJson();
15
- $expectedArray = json_encode($expectedJson);
+ $expectedArray = json_decode($expectedJson);
16
17
$api = $this->getApiMock();
18
$api->expects($this->once())
0 commit comments