Commit 2808ec9a by Ben Straub

Rename test to make @nulltoken happy

parent 79000951
...@@ -251,7 +251,7 @@ void test_network_remotes__cannot_add_a_nameless_remote(void) ...@@ -251,7 +251,7 @@ void test_network_remotes__cannot_add_a_nameless_remote(void)
git_remote_create(&remote, _repo, NULL, "git://github.com/libgit2/libgit2")); git_remote_create(&remote, _repo, NULL, "git://github.com/libgit2/libgit2"));
} }
void test_network_remotes__cant_save_inmem_remote(void) void test_network_remotes__cannot_save_an_inmemory_remote(void)
{ {
git_remote *remote; git_remote *remote;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment