Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kauffinger committed Nov 6, 2024
1 parent f043e5b commit 9376d8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Repositories/BaseRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@
Http::assertSentCount(1);
});

it('will call with string as resource type', function (){
it('will call with string as resource type', function () {
Http::preventStrayRequests();
Http::fake([
'https://api.onoffice.de/api/stable/api.php/' => Http::response([
Expand Down
2 changes: 1 addition & 1 deletion tests/Services/OnOfficeServiceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@
->toHaveCount(1);
});

it('can handle string resource type', function (){
it('can handle string resource type', function () {
Http::preventStrayRequests();
Http::fake([
'*' => Http::response([
Expand Down

0 comments on commit 9376d8a

Please sign in to comment.