Skip to content

Commit

Permalink
remove redundant check
Browse files Browse the repository at this point in the history
  • Loading branch information
mcakircali committed Nov 21, 2023
1 parent efde4c9 commit 81161ba
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_type_levelist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,6 @@ CASE("test_metkit_expand_levelist") {
// by < 0 && from < to
EXPECT_THROWS(assertTypeExpansion("levelist", {"4", "to", "10", "by", "-4"}, {"4", "8", "12", "16", "20"}));
EXPECT_THROWS(assertTypeExpansion("levelist", {"-4", "to", "2", "by", "-0.5"}, {"0", "-0.5", "-1", "-1.5", "-2"}));
// by < 0 && from < to
EXPECT_THROWS(assertTypeExpansion("levelist", {"-1", "to", "2", "by", "-0.5"}, {"-1"}));
}

} // namespace test
Expand Down

0 comments on commit 81161ba

Please sign in to comment.