Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
emaia authored and actions-user committed Mar 25, 2022
1 parent fdf56ea commit 5833bc2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/Unit/DocumentsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

use Emaia\D4sign\Facades\D4sign;

use Emaia\D4sign\Services\Documents;

use function Pest\Faker\faker;

it('can get all documents in the account (limited by 500 per page).', function () {
Expand Down Expand Up @@ -210,6 +208,7 @@
$reflection = new ReflectionClass($className);
$method = $reflection->getMethod('isValidResource');
$method->setAccessible(true);

return $method->invokeArgs(D4sign::documents(), ['invalid resource param']);
} catch (ReflectionException $e) {
throw new Exception($e->getMessage());
Expand Down

0 comments on commit 5833bc2

Please sign in to comment.