We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cce132 commit 5430a63Copy full SHA for 5430a63
1 file changed
src/test/client_session_test.cpp
@@ -16,8 +16,6 @@ See the Apache License Version 2.0 for the specific language governing permissio
16
17
TEST_CASE("client_session") {
18
ClientSession cs("test.db");
19
- //REQUIRE("" == cs.get_session_context("fuck-off").to_string());
20
-
21
cs.start(2000, 2000, 500);
22
23
this_thread::sleep_for(chrono::milliseconds(5000));
0 commit comments