summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/graph/commitgraph.c (renamed from tests/graph/commit_graph.c)6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/graph/commit_graph.c b/tests/graph/commitgraph.c
index 83f53f1d4..7607c35a3 100644
--- a/tests/graph/commit_graph.c
+++ b/tests/graph/commitgraph.c
@@ -6,7 +6,7 @@
#include "commit_graph.h"
#include "futils.h"
-void test_graph_commit_graph__parse(void)
+void test_graph_commitgraph__parse(void)
{
git_repository *repo;
struct git_commit_graph_file *file;
@@ -50,7 +50,7 @@ void test_graph_commit_graph__parse(void)
git_str_dispose(&commit_graph_path);
}
-void test_graph_commit_graph__parse_octopus_merge(void)
+void test_graph_commitgraph__parse_octopus_merge(void)
{
git_repository *repo;
struct git_commit_graph_file *file;
@@ -91,7 +91,7 @@ void test_graph_commit_graph__parse_octopus_merge(void)
git_str_dispose(&commit_graph_path);
}
-void test_graph_commit_graph__writer(void)
+void test_graph_commitgraph__writer(void)
{
git_repository *repo;
git_commit_graph_writer *w = NULL;