Skip to content

Commit b5e0b46

Browse files
committed
cs fixes
1 parent a793ab5 commit b5e0b46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/FeaturesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@
128128
expect(cache()->store('array')->get('testing.some-feature'))->toBe(FeatureState::on()->value);
129129
});
130130

131-
it('uses the default cache store when cache store has not been set', function() {
131+
it('uses the default cache store when cache store has not been set', function () {
132132
config(['cache.default' => 'file']);
133133

134134
config(['feature-flags.cache_store' => env('FEATURES_CACHE_STORE', config('cache.default'))]);
135135

136136
expect(config('feature-flags.cache_store'))->toBe('file');
137-
});
137+
});

0 commit comments

Comments
 (0)