summaryrefslogtreecommitdiff
path: root/cpp/src/tests/txtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/tests/txtest.cpp')
-rw-r--r--cpp/src/tests/txtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/txtest.cpp b/cpp/src/tests/txtest.cpp
index 4373a9c1e7..f7776dee8d 100644
--- a/cpp/src/tests/txtest.cpp
+++ b/cpp/src/tests/txtest.cpp
@@ -101,7 +101,7 @@ struct Client
Client()
{
opts.open(connection);
- session = connection.newSession();
+ session = connection.newSession(ASYNC);
}
~Client()