From 2eea54f42fc967c33c0917621aacea06d346c3ca Mon Sep 17 00:00:00 2001
From: reimundILL <reimundILL@users.noreply.github.com>
Date: Fri, 4 May 2018 15:48:02 +0200
Subject: [PATCH] Update test throwing std::runtime_error

---
 Framework/Algorithms/test/RunCombinationHelperTest.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Framework/Algorithms/test/RunCombinationHelperTest.h b/Framework/Algorithms/test/RunCombinationHelperTest.h
index 4e33cb1900a..30f1b381d97 100644
--- a/Framework/Algorithms/test/RunCombinationHelperTest.h
+++ b/Framework/Algorithms/test/RunCombinationHelperTest.h
@@ -47,7 +47,7 @@ public:
 
     TS_ASSERT_THROWS_EQUALS(
         m_testee.unWrapGroups(std::vector<std::string>{"ws1", "ws?"}),
-        const std::exception &e, std::string(e.what()),
+        const std::runtime_error &e, std::string(e.what()),
         "Unable to find workspace type with name 'ws?': data service  search "
         "object ws?");
 
-- 
GitLab