diff --git a/app/config/testing/database.example.php b/app/config/testing/database.example.php index 548eac1e1b..78571dc658 100755 --- a/app/config/testing/database.example.php +++ b/app/config/testing/database.example.php @@ -54,7 +54,7 @@ return array( 'mysql' => array( 'driver' => 'mysql', 'host' => 'localhost', - 'database' => 'snipeit_laravel', + 'database' => 'snipeit_unit', 'username' => 'travis', 'password' => '', 'charset' => 'utf8',