diff --git a/UnitTests/data_structures/BinaryHeapTest.cpp b/UnitTests/data_structures/binary_heap.cpp similarity index 100% rename from UnitTests/data_structures/BinaryHeapTest.cpp rename to UnitTests/data_structures/binary_heap.cpp diff --git a/UnitTests/data_structures/RangeTableTest.cpp b/UnitTests/data_structures/range_table.cpp similarity index 100% rename from UnitTests/data_structures/RangeTableTest.cpp rename to UnitTests/data_structures/range_table.cpp diff --git a/UnitTests/data_structures/StaticGraphTest.cpp b/UnitTests/data_structures/static_graph.cpp similarity index 100% rename from UnitTests/data_structures/StaticGraphTest.cpp rename to UnitTests/data_structures/static_graph.cpp diff --git a/UnitTests/data_structures/StaticRTreeTest.cpp b/UnitTests/data_structures/static_rtree.cpp similarity index 100% rename from UnitTests/data_structures/StaticRTreeTest.cpp rename to UnitTests/data_structures/static_rtree.cpp