summaryrefslogtreecommitdiff
path: root/src/02/04/hash_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/02/04/hash_test.c')
-rw-r--r--src/02/04/hash_test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/02/04/hash_test.c b/src/02/04/hash_test.c
index b10e9e1..1157c4e 100644
--- a/src/02/04/hash_test.c
+++ b/src/02/04/hash_test.c
@@ -63,7 +63,8 @@ TestSuite *hash_table_tests() {
add_test_with_context(suite, HashTable,
when_getting_a_values_for_a_key_that_has_been_inserted);
add_test_with_context(suite, HashTable, when_a_hash_collision_occurs);
- add_test_with_context(suite, HashTable, when_inserting_multiple_items_into_the_hash_table);
+ add_test_with_context(suite, HashTable,
+ when_inserting_multiple_items_into_the_hash_table);
return suite;
}