From df9aaefd70905b7288f63e08faef63600079d0b5 Mon Sep 17 00:00:00 2001 From: Andrea Adamczyk Date: Thu, 19 Dec 2019 09:41:52 -0400 Subject: [PATCH] PMC-1396 --- tests/unit/workflow/engine/classes/DerivationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/workflow/engine/classes/DerivationTest.php b/tests/unit/workflow/engine/classes/DerivationTest.php index da821037e..d06bc0697 100644 --- a/tests/unit/workflow/engine/classes/DerivationTest.php +++ b/tests/unit/workflow/engine/classes/DerivationTest.php @@ -28,7 +28,7 @@ class DerivationTest extends TestCase // Truncate the APP_SEQUENCE table DB::table('APP_SEQUENCE')->truncate(); - config(["system.workspace" => "test"]); + config(["system.workspace" => "new_site"]); $workspace = config("system.workspace"); if (!file_exists(PATH_DB . $workspace)) {