From e5f96dbf28487e93707f5c07ad62c0737f2424d5 Mon Sep 17 00:00:00 2001
From: Jeremy Mathews <Jeremy.Mathews@utsouthwestern.edu>
Date: Wed, 17 Jul 2019 14:00:08 -0500
Subject: [PATCH] update file path

---
 workflow/tests/test_pool_and_psuedoreplicate.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/workflow/tests/test_pool_and_psuedoreplicate.py b/workflow/tests/test_pool_and_psuedoreplicate.py
index f2fe971..122baa3 100644
--- a/workflow/tests/test_pool_and_psuedoreplicate.py
+++ b/workflow/tests/test_pool_and_psuedoreplicate.py
@@ -63,7 +63,7 @@ def test_check_controls_single(design_experiment_3):
 @pytest.mark.unit
 def test_single_rep(design_experiment_2):
     cwd = os.getcwd()
-    shutil.copy(test_output_path + '/../../test_data/B_1.bedse.gz', cwd)
+    shutil.copy(test_output_path + '../../../test_data/B_1.bedse.gz', cwd)
     single_rep = pool_and_psuedoreplicate.generate_design('false', 1.2, design_experiment_2, cwd, 1, 1)
 
 
-- 
GitLab