sent: a change to improve unit test message

This commit is contained in:
rusefillc 2024-12-05 20:06:53 -05:00
parent bbabc1335b
commit fbed899881
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ TEST(sent, testFordIdle) {
ASSERT_TRUE(lineCount > 100);
#if SENT_STATISTIC_COUNTERS
sent_channel_stat &statistic = channel.statistic;
ASSERT_TRUE(statistic.RestartCnt == 0);
ASSERT_EQ(statistic.RestartCnt, 0);
#endif
}