Skip to content

Commit

Permalink
renamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Jun 23, 2022
1 parent 6ca5774 commit 0e10c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/DbSyncTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
use Illuminate\Support\Facades\File;

//TODO pass test
test('demo', function () {
test('will fail without credentials', function () {
$this->artisan('db:production-sync')
->expectsOutput('DB credentials not set, have you published the config and set ENV variables?');
});

0 comments on commit 0e10c14

Please sign in to comment.