Commit 1fe99aee by Justin Spahr-Summers

Test for GITERR_INVALID

parent f8baece7
......@@ -275,4 +275,5 @@ void test_network_remotes__cannot_load_with_an_empty_url(void)
git_remote *remote;
cl_git_fail(git_remote_load(&remote, _repo, "empty-remote-url"));
cl_assert(giterr_last()->klass == GITERR_INVALID);
}
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