test(git): remove unused git uri
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user