Skip to content

Commit

Permalink
Minor fix to hash table's test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
spirosmaggioros committed Aug 11, 2024
1 parent f9a1da9 commit e19fdc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/hash_table/hash_table.cc
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ TEST_CASE("Testing operator = for hash table class") {
vec.push_back(*it);
}
std::sort(vec.begin(), vec.end());
REQUIRE(check_vec == vec);
}

TEST_CASE("Testing operator << for hash table class") {
Expand Down

0 comments on commit e19fdc6

Please sign in to comment.