Skip to content

Commit 74471ee

Browse files
committed
commit_graph: tests are now commitgraph
Underscores in filenames in tests indicate a logical separation - so `commit_graph` becomes `commit::graph`. Rename it to `commitgraph` to avoid this.
1 parent 12c2eef commit 74471ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "commit_graph.h"
77
#include "futils.h"
88

9-
void test_graph_commit_graph__parse(void)
9+
void test_graph_commitgraph__parse(void)
1010
{
1111
git_repository *repo;
1212
struct git_commit_graph_file *file;
@@ -50,7 +50,7 @@ void test_graph_commit_graph__parse(void)
5050
git_str_dispose(&commit_graph_path);
5151
}
5252

53-
void test_graph_commit_graph__parse_octopus_merge(void)
53+
void test_graph_commitgraph__parse_octopus_merge(void)
5454
{
5555
git_repository *repo;
5656
struct git_commit_graph_file *file;
@@ -91,7 +91,7 @@ void test_graph_commit_graph__parse_octopus_merge(void)
9191
git_str_dispose(&commit_graph_path);
9292
}
9393

94-
void test_graph_commit_graph__writer(void)
94+
void test_graph_commitgraph__writer(void)
9595
{
9696
git_repository *repo;
9797
git_commit_graph_writer *w = NULL;

0 commit comments

Comments
 (0)