Skip to content

Commit

Permalink
match test case with package update
Browse files Browse the repository at this point in the history
  • Loading branch information
ahrezaldy committed Oct 3, 2024
1 parent 813fcf0 commit a64062d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

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

0 comments on commit a64062d

Please sign in to comment.