Skip to content

Commit 0e10c14

Browse files
committed
renamed test
1 parent 6ca5774 commit 0e10c14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/DbSyncTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use Illuminate\Support\Facades\File;
55

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

0 commit comments

Comments
 (0)