Skip to content

Commit

Permalink
test(userpsace/libsinsp): update subtable tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Dellaluce <[email protected]>
  • Loading branch information
jasondellaluce committed Jun 12, 2024
1 parent e0a0418 commit 03eea67
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 @@ -394,7 +394,7 @@ TEST(thread_manager, table_access)
TEST(thread_manager, fdtable_access)
{
// note: used for regression checks, keep this updated as we make new fields available
static const int s_fdinfo_static_fields_count = 31;
static const int s_fdinfo_static_fields_count = 32;

sinsp inspector;
auto& reg = inspector.get_table_registry();
Expand Down

0 comments on commit 03eea67

Please sign in to comment.