Skip to content

Commit 0f052c8

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

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
@@ -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)