From 7acd4107163f32ac7d95bc4b882dc11f84d0dd71 Mon Sep 17 00:00:00 2001
From: Verena Reimund <reimund@ill.eu>
Date: Fri, 1 Jun 2018 11:14:04 +0200
Subject: [PATCH] Improving test name for better readability

Refs #22197
---
 Framework/Algorithms/test/Stitch1DTest.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Framework/Algorithms/test/Stitch1DTest.h b/Framework/Algorithms/test/Stitch1DTest.h
index 8d31b7b7e5b..7d3c1b5f419 100644
--- a/Framework/Algorithms/test/Stitch1DTest.h
+++ b/Framework/Algorithms/test/Stitch1DTest.h
@@ -356,7 +356,7 @@ public:
     TS_ASSERT_EQUALS(scaleFactor, 1. / 3.);
   }
 
-  void test_histogram_workspaces_pass() {
+  void test_histogram_data_input_workspaces_not_modified() {
     auto ws1 = make_arbitrary_histogram_ws();
     const auto &x = HistogramX(3, LinearGenerator(-1.2, 0.2));
     const auto &y = HistogramY(2, LinearGenerator(1., 1.0));
-- 
GitLab