We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 445843c commit a913cd4Copy full SHA for a913cd4
spec/gitlinker/git_spec.lua
@@ -112,7 +112,7 @@ describe("git", function()
112
async.run(function()
113
local actual = git.get_default_branch("origin")
114
print(string.format("default branch:%s\n", vim.inspect(actual)))
115
- assert_eq(actual, "master")
+ assert_eq(type(actual), "string")
116
end)
117
118
it("get_current_branch", function()
0 commit comments