Skip to content

Commit

Permalink
Fix StyleCi
Browse files Browse the repository at this point in the history
  • Loading branch information
gawsoftpl committed Oct 4, 2024
1 parent 29718bd commit 1a095c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Storage/DatabaseEntriesRepositoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public function test_content_is_encrypted()
{
config()->set('telescope.encryption', true);
$content = [
'test' => 123
'test' => 123,
];

$entry = EntryModelFactory::new()->create([
Expand Down

0 comments on commit 1a095c0

Please sign in to comment.