Skip to content

Commit 0a78b5c

Browse files
committed
tests updated to run in test mode
1 parent 5b37ec1 commit 0a78b5c

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
@@ -36,6 +36,6 @@
3636
config(['dbsync.username' => 'root']);
3737
config(['dbsync.database' => 'demo']);
3838

39-
$this->artisan('db:production-sync')
39+
$this->artisan('db:production-sync --test')
4040
->expectsOutput('DB Synced');
4141
});

0 commit comments

Comments
 (0)