Skip to content

Commit 811621b

Browse files
authored
Fix tests
1 parent 9700eef commit 811621b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/OrgManagerTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ public function you_can_set_api_token()
3333
/** @test */
3434
public function you_can_get_client()
3535
{
36-
$this->assertEquals($this->orgmanager->getClient(), $this->orgmanager->client);
3736
$this->assertInstanceOf(Client::class, $this->orgmanager->getClient());
3837
}
3938

0 commit comments

Comments
 (0)