We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9700eef commit 811621bCopy full SHA for 811621b
1 file changed
tests/OrgManagerTest.php
@@ -33,7 +33,6 @@ public function you_can_set_api_token()
33
/** @test */
34
public function you_can_get_client()
35
{
36
- $this->assertEquals($this->orgmanager->getClient(), $this->orgmanager->client);
37
$this->assertInstanceOf(Client::class, $this->orgmanager->getClient());
38
}
39
0 commit comments