diff options
| author | luwenpeng <[email protected]> | 2024-10-30 17:00:20 +0800 |
|---|---|---|
| committer | luwenpeng <[email protected]> | 2024-11-01 15:24:22 +0800 |
| commit | d56cda3d9aadff2bb98529467452d7097bd167cc (patch) | |
| tree | 64f46a11c555bdf8d13e3671d3fab2b6dde8954e /infra/session_manager/test/gtest_session_timer.cpp | |
| parent | 03864c9731ec87ed6c7e1fbe3c5f261880e857dc (diff) | |
session manager support output fieldstat
Diffstat (limited to 'infra/session_manager/test/gtest_session_timer.cpp')
| -rw-r--r-- | infra/session_manager/test/gtest_session_timer.cpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/infra/session_manager/test/gtest_session_timer.cpp b/infra/session_manager/test/gtest_session_timer.cpp index ef5a720..a118629 100644 --- a/infra/session_manager/test/gtest_session_timer.cpp +++ b/infra/session_manager/test/gtest_session_timer.cpp @@ -1,7 +1,4 @@ -#include <gtest/gtest.h> - -#include "session_internal.h" -#include "session_timer.h" +#include "test_utils.h" TEST(SESSION_TIMER, EXPIRE) { |
