Skip to content

Commit

Permalink
fix test whtv
Browse files Browse the repository at this point in the history
  • Loading branch information
pxpm committed Jul 16, 2024
1 parent b45f7f6 commit 6edb1c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/BassetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Illuminate\Support\Facades\Http;

test('confirm environment is set to testing', function () {
expect(config('app.env'))->toBe('testing');
expect(config('app.env'))->toBe('workbench');
});

it('fails on invalid path', function () {
Expand Down

0 comments on commit 6edb1c2

Please sign in to comment.