From 1b4902d9c4e742f448916454b7f4bc9e84a701dc Mon Sep 17 00:00:00 2001
From: Jeremy Fee <jmfee@usgs.gov>
Date: Tue, 6 Nov 2018 18:01:12 -0700
Subject: [PATCH] Fix test naming for adjusted tests

---
 test/algorithm_test/AdjustedAlgorithm_test.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/test/algorithm_test/AdjustedAlgorithm_test.py b/test/algorithm_test/AdjustedAlgorithm_test.py
index f412efa7c..7277cdbc5 100644
--- a/test/algorithm_test/AdjustedAlgorithm_test.py
+++ b/test/algorithm_test/AdjustedAlgorithm_test.py
@@ -5,8 +5,7 @@ from nose.tools import assert_almost_equals
 
 
 def test_construct():
-    """
-    path to
+    """algorithm_test.AdjustedAlgorithm_test.test_construct()
     """
     matrix = None
     pier_correction = None
@@ -19,7 +18,8 @@ def test_construct():
 
 
 def test_process():
-    """
+    """algorithm_test.AdjustedAlgorithm_test.test_process()
+
     Check adjusted data processing versus files generated from
     original script
     """
-- 
GitLab