diff --git a/test/git/object_test.lua b/test/git/object_test.lua index 564483c..104d69c 100644 --- a/test/git/object_test.lua +++ b/test/git/object_test.lua @@ -51,7 +51,6 @@ end) t.test("parse_uri returns nil for non-git URIs", function() t.falsy(object.parse_uri("file:///tmp/x")) t.falsy(object.parse_uri("/tmp/x")) - t.falsy(object.parse_uri("gitlog:///tmp/x")) end) t.test("M.open(HEAD) names buffer with full sha", function()