Skip to content

Commit df7062e

Browse files
authored
Update OrgManagerTest.php
1 parent 6a4d60b commit df7062e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/OrgManagerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ public function you_can_set_client()
4343
$this->assertInstanceOf(Client::class, $newClient);
4444
$this->assertNotEquals($this->orgmanager->getClient(), $newClient);
4545
$this->orgmanager->setClient($newClient);
46-
$this->assertEquals($newClient, $this->orgmanager->client);
46+
$this->assertEquals($newClient, $this->orgmanager->getClient());
4747
}
4848
}

0 commit comments

Comments
 (0)