summaryrefslogtreecommitdiff
path: root/cpp/src/tests/ClientSessionTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/ClientSessionTest.cpp')
-rw-r--r--cpp/src/tests/ClientSessionTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ClientSessionTest.cpp b/cpp/src/tests/ClientSessionTest.cpp
index 5d87e1f76b..ac2cf155f4 100644
--- a/cpp/src/tests/ClientSessionTest.cpp
+++ b/cpp/src/tests/ClientSessionTest.cpp
@@ -166,7 +166,7 @@ public:
try {
c->resume(session);
CPPUNIT_FAIL("Expected InvalidArgumentException.");
- } catch(const InvalidArgumentException&) {}
+ } catch(const InternalErrorException&) {}
}
void testUseSuspendedError() {