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