Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ksvirkou-hubspot committed Mar 21, 2022
1 parent fd703aa commit c05f563
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/spec/Discovery/DiscoverySpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ public function it_creates_clients()
$this->events()->shouldHaveType(\HubSpot\Discovery\Events\Discovery::class);
$this->files()->shouldHaveType(\HubSpot\Discovery\Files\Discovery::class);
$this->marketing()->shouldHaveType(\HubSpot\Discovery\Marketing\Discovery::class);
$this->settings()->shouldHaveType(\HubSpot\Discovery\Settings\Discovery::class);
$this->webhooks()->shouldHaveType(\HubSpot\Discovery\Webhooks\Discovery::class);
}
}

0 comments on commit c05f563

Please sign in to comment.