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

fix test

parent 5ea26dec
Branches
Tags
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.
Please register or to comment