Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Feb 10, 2023
1 parent f5c7359 commit 6b47085
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Console/CacheDiscoveredSettingsCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

$settingsClasses = require config('settings.discovered_settings_cache_path').'/settings.php';

expect($settingsClasses)->toEqual([
expect($settingsClasses)->toEqualCanonicalizing([
DummySettingsWithRepository::class,
DummyEncryptedSettings::class,
DummySimpleSettings::class,
Expand Down

0 comments on commit 6b47085

Please sign in to comment.