Skip to content

Commit

Permalink
Fix for github tests
Browse files Browse the repository at this point in the history
  • Loading branch information
leganz committed Dec 18, 2020
1 parent c517f6b commit fe0daf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Units/VatValidatorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public function testIfFacadeIsWorking():void
];

$client = $this->getMockFromWsdl(
__DIR__.'/../checkVatService.wsdl', 'checkVat'
__DIR__.'/../checkVatService.wsdl', 'checkVat'.time()
);

$client
Expand Down

0 comments on commit fe0daf6

Please # to comment.