Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
CrazyBoy49z authored and github-actions[bot] committed Sep 8, 2024
1 parent 413707f commit 1fa5d8b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Feature/LazySettingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
$siteDescription = LazySetting::get('site_description');

expect($siteName)
->toBe( 'My Website');
// ->and($siteDescription)
// ->toBe( 'My Best website');
->toBe('My Website');
// ->and($siteDescription)
// ->toBe( 'My Best website');
});

0 comments on commit 1fa5d8b

Please sign in to comment.