We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e75e1f1 commit 53f1684Copy full SHA for 53f1684
1 file changed
test/hashmap/hashmap_misc.cpp
@@ -84,7 +84,7 @@ GTEST_TEST(hashmap, metadata)
84
hud_assert_eq(indices[1], 4);
85
}
86
87
-GTEST_TEST(array, count_return_count_of_element)
+GTEST_TEST(hashmap, count_return_count_of_element)
88
{
89
// using type = usize;
90
// using HashMapType = hud::hashmap<type, type>;
0 commit comments