Skip to content
Snippets Groups Projects
Unverified Commit 2eea54f4 authored by reimundILL's avatar reimundILL Committed by GitHub
Browse files

Update test throwing std::runtime_error

parent 53471dcc
No related branches found
No related tags found
No related merge requests found
......@@ -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?");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment