Skip to content

Commit

Permalink
Merge pull request #15211 from pguibert6WIND/json_compilation_pceplib
Browse files Browse the repository at this point in the history
pceplib: fix compilation error
  • Loading branch information
donaldsharp authored Jan 24, 2024
2 parents 03d6a6d + 838c885 commit e3e4232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pceplib/test/pcep_utils_counters_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ void test_create_subgroup_counter()
CU_ASSERT_FALSE(create_subgroup_counter(NULL, counter_id, counter_name,
counter_name_json));
CU_ASSERT_FALSE(create_subgroup_counter(subgroup, counter_id + 1,
counter_name));
counter_name, counter_name_json));
CU_ASSERT_FALSE(
create_subgroup_counter(subgroup, counter_id, NULL, NULL));
CU_ASSERT_EQUAL(subgroup->num_counters, 0);
Expand Down

0 comments on commit e3e4232

Please sign in to comment.