Skip to content

Commit

Permalink
Fixed return value for getGraphQlClient
Browse files Browse the repository at this point in the history
  • Loading branch information
rogyar committed Jul 20, 2018
1 parent 08d13a1 commit b8b6f38
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ private function getGraphQlClient()
{
if ($this->graphQlClient === null) {
return Bootstrap::getObjectManager()->get(\Magento\TestFramework\TestCase\GraphQl\Client::class);
} else {
$this->graphQlClient;
}

return $this->graphQlClient;
}
}

0 comments on commit b8b6f38

Please sign in to comment.