Skip to content

Commit 0f052c8

Browse files
authored
Update OrgManagerTest.php
1 parent 158efac commit 0f052c8

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
@@ -39,7 +39,7 @@ public function you_can_get_client()
3939
/** @test */
4040
public function you_can_set_client()
4141
{
42-
$newClient = new Client();
42+
$newClient = new Client(['base_uri' => 'http://foo.bar',]);
4343
$this->assertInstanceOf(Client::class, $newClient);
4444
$this->assertNotEquals($this->orgmanager->getClient(), $newClient);
4545
$this->orgmanager->setClient($newClient);

0 commit comments

Comments
 (0)