From d979c961a21c1575c3169996a98494bb276611fe Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Tue, 19 May 2026 20:42:06 +0200 Subject: [PATCH] test(git): remove unused git uri --- test/git/object_test.lua | 1 - 1 file changed, 1 deletion(-) 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()