Skip to content
Snippets Groups Projects
Commit 2f696b0d authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix test

parent 5ea26dec
No related branches found
No related tags found
No related merge requests found
......@@ -120,11 +120,11 @@ TEST_F(ReceiverStatisticTests, TimerForAll) {
auto stat = ExtractStat();
ASSERT_THAT(stat.extra_entities[StatisticEntity::kDatabase].second, Ge(0));
ASSERT_THAT(stat.extra_entities[StatisticEntity::kDatabase].second, Gt(0));
ASSERT_THAT(stat.extra_entities[StatisticEntity::kNetwork].second, Ge(0));
ASSERT_THAT(stat.extra_entities[StatisticEntity::kNetwork].second, Gt(0));
ASSERT_THAT(stat.extra_entities[StatisticEntity::kDisk].second, Ge(0));
ASSERT_THAT(stat.extra_entities[StatisticEntity::kDisk].second, Gt(0));
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment