Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Eddy Duer <eddy.duer@sysdig.com>
  • Loading branch information
eddyduer-sysdig committed Jun 27, 2024
1 parent 76d9d3c commit de57f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libsinsp/test/state.ut.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<libsinsp::state::table<int64_t>*>(inspector.m_thread_manager.get());
Expand Down

0 comments on commit de57f2d

Please sign in to comment.