Skip to content

Commit

Permalink
tests updated to run in test mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dcblogdev committed Jun 26, 2022
1 parent 5b37ec1 commit 0a78b5c
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 @@ -36,6 +36,6 @@
config(['dbsync.username' => 'root']);
config(['dbsync.database' => 'demo']);

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

0 comments on commit 0a78b5c

Please sign in to comment.