Skip to content

Commit

Permalink
fix cid ut
Browse files Browse the repository at this point in the history
  • Loading branch information
fengzeroz committed Nov 27, 2024
1 parent 96b169a commit 26811aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ut/cid_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ TEST(cid_to_msg, cid)
neu_cid_free(&cid);

EXPECT_STREQ(cmd.driver, "driver");
EXPECT_EQ(cmd.n_group, 12);
EXPECT_EQ(cmd.n_group, 11);

for (int i = 0; i < cmd.n_group; i++) {
for (int j = 0; j < cmd.groups[i].n_tag; j++) {
Expand Down

0 comments on commit 26811aa

Please sign in to comment.