Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
binaryk authored and github-actions[bot] committed Nov 30, 2024
1 parent 6c1d6d6 commit 011644b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Controllers/RepositoryStoreControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public function test_success_storing(): void
$this->assertModelExists($post);
}

public function test_will_store_only_defined_fields_from_fieldsForStore(): void
public function test_will_store_only_defined_fields_from_fields_for_store(): void
{
$user = $this->mockUsers()->first();

Expand Down
2 changes: 1 addition & 1 deletion tests/Feature/AuthorizableModelsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ protected function setUp(): void
Cache::flush();
}

public function test_can_cache_allowRestify_policy_so_its_called_once_per_user(): void
public function test_can_cache_allow_restify_policy_so_its_called_once_per_user(): void
{
$this->partialMock(PostPolicy::class)
->shouldReceive('allowRestify')
Expand Down

0 comments on commit 011644b

Please sign in to comment.