diff --git a/userspace/libsinsp/test/state.ut.cpp b/userspace/libsinsp/test/state.ut.cpp index 4d3334a7ef2..e429beedeff 100644 --- a/userspace/libsinsp/test/state.ut.cpp +++ b/userspace/libsinsp/test/state.ut.cpp @@ -308,7 +308,7 @@ TEST(thread_manager, table_access) { // note: used for regression checks, keep this updated as we make // new fields available - static const int s_threadinfo_static_fields_count = 27; + static const int s_threadinfo_static_fields_count = 28; sinsp inspector; auto table = static_cast*>(inspector.m_thread_manager.get());