From 75852bdb8b7fc2b2efd0c84c7ea6423599c8a63e Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 11 Aug 2015 18:40:16 -0700 Subject: [PATCH] Derp --- app/config/testing/database.example.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',