Skip to content

Commit ba27c97

Browse files
committed
Adding a couple of extra tests
1 parent 11b0fac commit ba27c97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/CompaniesHouseTest.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public function it_can_get_a_company()
141141
*/
142142
public function it_can_get_a_companies_officers()
143143
{
144-
// $this->client->fake();
144+
$this->client->fake();
145145

146146
$response = $this->client->officers(
147147
companyNumber: '02627406'
@@ -211,6 +211,8 @@ public function it_fails_when_using_the_rule_macro()
211211
*/
212212
public function it_passes_when_using_the_rule_macro()
213213
{
214+
$this->client->fake();
215+
214216
$number = '02627406';
215217

216218
$this->assertTrue(

0 commit comments

Comments
 (0)