We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811621b commit 158efacCopy full SHA for 158efac
1 file changed
tests/OrgManagerTest.php
@@ -41,7 +41,7 @@ public function you_can_set_client()
41
{
42
$newClient = new Client();
43
$this->assertInstanceOf(Client::class, $newClient);
44
- $this->assertNotEquals($this->orgmanager->client, $newClient);
+ $this->assertNotEquals($this->orgmanager->getClient(), $newClient);
45
$this->orgmanager->setClient($newClient);
46
$this->assertEquals($newClient, $this->orgmanager->client);
47
}
0 commit comments