Skip to content

Commit ba8218d

Browse files
authored
Syntax error
1 parent d19d97f commit ba8218d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/OrgManagerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public function you_can_set_client()
4242
{
4343
$newClient = new Client;
4444
$this->assertInstanceOf(Client::class, $newClient);
45-
$this->assertNotEquals($this->orgmanager->client, $newClient)
45+
$this->assertNotEquals($this->orgmanager->client, $newClient);
4646
$this->orgmanager->setClient($newClient);
4747
$this->assertEquals($newClient, $this->orgmanager->client);
4848
}

0 commit comments

Comments
 (0)